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
Is your feature request related to a problem? Please describe. There is a query stats log in Query Frontend which is useful to gather query insights and debug. https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler.go#L375
What is missing now is the number of series in the response. It would be good to include this info for query insights purpose.
We can start this for instant query and range queries.
Describe the solution you'd like We encode query response to JSON here https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/roundtrip.go#L214.
We can try to extract the series count here and pass down using querier stats.
The text was updated successfully, but these errors were encountered:
It looks nice, can I take it?
Sorry, something went wrong.
Yes you can go ahead
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
There is a query stats log in Query Frontend which is useful to gather query insights and debug. https://github.com/cortexproject/cortex/blob/master/pkg/frontend/transport/handler.go#L375
What is missing now is the number of series in the response. It would be good to include this info for query insights purpose.
We can start this for instant query and range queries.
Describe the solution you'd like
We encode query response to JSON here https://github.com/cortexproject/cortex/blob/master/pkg/querier/tripperware/roundtrip.go#L214.
We can try to extract the series count here and pass down using querier stats.
The text was updated successfully, but these errors were encountered: