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

ingester: Fix regression on usage of cortex_ingester_queried_chunks #6398

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

CharlieTLe
Copy link
Member

@CharlieTLe CharlieTLe commented Dec 3, 2024

What this PR does:
Keeps track of the number of chunks queried by the ingester.

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

Checklist

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

@CharlieTLe CharlieTLe force-pushed the fix-queried_chunks-metric branch from f008bd2 to 5a42e02 Compare December 3, 2024 23:08
Copy link
Contributor

@yeya24 yeya24 left a comment

Choose a reason for hiding this comment

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

Thanks

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 4, 2024
@alanprot
Copy link
Member

alanprot commented Dec 4, 2024

Thanks!

@alanprot alanprot merged commit dea6dcf into cortexproject:master Dec 4, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/ingester lgtm This PR has been approved by a maintainer size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metric cortex_ingester_queried_chunks is not being incremented anymore
3 participants