Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API for exposing query analysis (#3276)
* Add API signature * Implement AnalyzeQuery (wip) * Implement AnalyzeQuery, part 2 (wip) * Fix bug * Fix bug * Reorder query scopes * Add queries series stat * Add queried series stat (take 2) * Improve naming, query matchers handling * Simplify querier logic, add deduplication flag * Add basic validation * Add basic validation (fix compile error) * Only return query scopes that are in use * Revert "Only return query scopes that are in use" This reverts commit 649c2cce206e95d01ab0a80b6f15450d96b38d97. * Improve readability, add unit tests, fix broken unit tests * Remove unused fields in proto spec * Revert undesired change * Improve method name * Revert undesired change * Improve naming consistency * Remove unused function * Speed up reference-help target * Add per-tenant overrides for query analysis * Change default config value for query_analysis_series_enabled * Update reference help * Improve naming consistency, fix flaky test * Revert change to ebpf/testdata
- Loading branch information