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

thanos-query-frontend: add --query-frontend.query-stats-enabled #9

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

milesbxf
Copy link

We'd like to better instrument which queries are pulling the most data out of Thanos. Tracing helps us dive into the detail, but we'd like to see samples touched at an overall level.

This uses the query-stats feature of thanos-query to append a &stats query parameter to queries, telling thanos-query to return a stats:{} field in the response, then logging the given stats. It is enabled by a --query-frontend.query-stats-enabled flag. Some of this code was originally ported over from cortex-query-frontend but as far as I can tell, never actually tested or used.

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Verification

We'd like to better instrument which queries are pulling the most data out of Thanos. Tracing helps us dive into the detail, but we'd like to see samples touched at an overall level.

This uses the query-stats feature of thanos-query to append a &stats query parameter to queries, telling thanos-query to return a stats:{} field in the response, then logging the given stats. It is enabled by a --query-frontend.query-stats-enabled flag. Some of this code was originally ported over from cortex-query-frontend but as far as I can tell, never actually tested or used.

Signed-off-by: milesbryant <[email protected]>
Copy link

@domgoodwin domgoodwin left a comment

Choose a reason for hiding this comment

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

Interesting how it's all Cortex branded still, you thinking of upstreaming this?

@milesbxf milesbxf merged commit 0577661 into monzo-master-v0.35.0-rc-0.65 Oct 24, 2024
10 of 12 checks 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