Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(query): Support multiple aggregation rules for HierarchicalQueryExperience logicalPlan update #1869

Merged

Conversation

sandeep6189
Copy link
Contributor

@sandeep6189 sandeep6189 commented Oct 11, 2024

Pull Request checklist

  • The commit(s) message(s) follows the contribution guidelines ?
  • Tests for the changes have been added (for bug fixes / features) ?
  • Docs have been added / updated (for bug fixes / features) ?

Current behavior : (link exiting issues here : LogicalPlan updates for hierarchical query experience expects metrics using the same aggregation suffix.

New behavior : Adding support for specifying multiple aggregation suffixes and rules and the logical plan update will appropriately pick up the suffix to be used.

Example query for which the hierarchical logical plan updated will be now supported:

sum(metric1:::suffix1{}) + sum(metric2:::suffix2{})

@sandeep6189 sandeep6189 changed the title feat(query): Support multiple aggregation rules for HierarchicalQueryExperience lp update feat(query): Support multiple aggregation rules for HierarchicalQueryExperience logicalPlan update Oct 14, 2024
Copy link
Contributor

@yu-shipit yu-shipit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@sandeep6189 sandeep6189 merged commit 69df0c2 into filodb:develop Oct 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants