-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Query grouping framework for Top N queries and group by query similar…
…ity (#66) (#104) * Query grouping framework and group by query similarity * Spotless apply * Build fix * Properly configure settings update consumer * Address review comments * Refactor unit tests * Decouple Measurement and MetricType * Aggregate type NONE will ensure no aggregations computed * Perform renaming * Integrate query shape library with grouping * Spotless * Create and consume string hashcode interface * Health checks in code * Fix tests and spotless apply * Minor fixes * Max groups setting and unit tests * Address review comments * Address review comments * Create query grouper interface and top query store interface * Address review comments * Removed unused interface * Rebase main and spotless * Renaming variable * Remove TopQueriesStore interface * Drain top queries service on group change * Rename max groups setting and allow minimum 0 * Make write/read from io backword compatible * Minor fix * Refactor query grouper --------- (cherry picked from commit 65e4489) Signed-off-by: Siddhant Deshmukh <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
98055c1
commit fb6afb2
Showing
23 changed files
with
1,808 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.