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 to en… #7842

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

milesbxf
Copy link
Contributor

…able query stats logging

  • 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant