We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Write your answer here.)
Prometheus instant query and range query APIs support an optional stats field to return the timing stats of the executed query.
Thanos should implement the same functionality. For implementation, please check the code in Prometheus: https://github.com/prometheus/prometheus/blob/main/web/api/v1/api.go#L466-L470 https://github.com/prometheus/prometheus/blob/main/web/api/v1/api.go#L387-L391
(Describe your proposed solution here.)
The text was updated successfully, but these errors were encountered:
@AseR <transferencia ``
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your proposal related to a problem?
(Write your answer here.)
Prometheus instant query and range query APIs support an optional stats field to return the timing stats of the executed query.
Thanos should implement the same functionality. For implementation, please check the code in Prometheus:
https://github.com/prometheus/prometheus/blob/main/web/api/v1/api.go#L466-L470
https://github.com/prometheus/prometheus/blob/main/web/api/v1/api.go#L387-L391
Describe the solution you'd like
(Describe your proposed solution here.)
Describe alternatives you've considered
(Write your answer here.)
Additional context
(Write your answer here.)
The text was updated successfully, but these errors were encountered: