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

Add # of series in query response to query stat log #6423

Merged

Conversation

SungJin1212
Copy link
Contributor

This PR adds # of series in query response to the query-stat log.

Which issue(s) this PR fixes:
Fixes #6421

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@SungJin1212
Copy link
Contributor Author

SungJin1212 commented Dec 13, 2024

I rename some vars.
querySeries to queryFetchedSeries
numSeries to numFetchedSeries
numChunks to numFetchedChunks
numSamples to numFetchedSamples

CHANGELOG.md Outdated Show resolved Hide resolved
@SungJin1212 SungJin1212 force-pushed the Add-query-response-series-log branch from 1e064f0 to 2791f3d Compare December 13, 2024 22:52
@SungJin1212 SungJin1212 force-pushed the Add-query-response-series-log branch from 2791f3d to 2cd4a3b Compare December 13, 2024 22:55
@yeya24 yeya24 merged commit b72a536 into cortexproject:master Dec 14, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include response series count in query stats log
2 participants