-
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) * Query grouping framework and group by query similarity Signed-off-by: Siddhant Deshmukh <[email protected]> * Spotless apply Signed-off-by: Siddhant Deshmukh <[email protected]> * Build fix Signed-off-by: Siddhant Deshmukh <[email protected]> * Properly configure settings update consumer Signed-off-by: Siddhant Deshmukh <[email protected]> * Address review comments Signed-off-by: Siddhant Deshmukh <[email protected]> * Refactor unit tests Signed-off-by: Siddhant Deshmukh <[email protected]> * Decouple Measurement and MetricType Signed-off-by: Siddhant Deshmukh <[email protected]> * Aggregate type NONE will ensure no aggregations computed Signed-off-by: Siddhant Deshmukh <[email protected]> * Perform renaming Signed-off-by: Siddhant Deshmukh <[email protected]> * Integrate query shape library with grouping Signed-off-by: Siddhant Deshmukh <[email protected]> * Spotless Signed-off-by: Siddhant Deshmukh <[email protected]> * Create and consume string hashcode interface Signed-off-by: Siddhant Deshmukh <[email protected]> * Health checks in code Signed-off-by: Siddhant Deshmukh <[email protected]> * Fix tests and spotless apply Signed-off-by: Siddhant Deshmukh <[email protected]> * Minor fixes Signed-off-by: Siddhant Deshmukh <[email protected]> * Max groups setting and unit tests Signed-off-by: Siddhant Deshmukh <[email protected]> * Address review comments Signed-off-by: Siddhant Deshmukh <[email protected]> * Address review comments Signed-off-by: Siddhant Deshmukh <[email protected]> * Create query grouper interface and top query store interface Signed-off-by: Siddhant Deshmukh <[email protected]> * Address review comments Signed-off-by: Siddhant Deshmukh <[email protected]> * Removed unused interface Signed-off-by: Siddhant Deshmukh <[email protected]> * Rebase main and spotless Signed-off-by: Siddhant Deshmukh <[email protected]> * Renaming variable Signed-off-by: Siddhant Deshmukh <[email protected]> * Remove TopQueriesStore interface Signed-off-by: Siddhant Deshmukh <[email protected]> * Drain top queries service on group change Signed-off-by: Siddhant Deshmukh <[email protected]> * Rename max groups setting and allow minimum 0 Signed-off-by: Siddhant Deshmukh <[email protected]> * Make write/read from io backword compatible Signed-off-by: Siddhant Deshmukh <[email protected]> * Minor fix Signed-off-by: Siddhant Deshmukh <[email protected]> * Refactor query grouper Signed-off-by: Siddhant Deshmukh <[email protected]> --------- Signed-off-by: Siddhant Deshmukh <[email protected]> (cherry picked from commit 65e4489) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f94be16
commit 569d0c3
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.