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

Allowing to disabled detailed ring metrics #5931

Merged
merged 3 commits into from
May 7, 2024

Conversation

alanprot
Copy link
Member

@alanprot alanprot commented May 7, 2024

What this PR does:
Creates a flag to allow disabling the "detailed ring metrics"

The metrics indicate the ownership or token count per ingester. However, since they are generated by the distributor, they can rapidly generate a large number of metrics. (every distributor will emit the same value)

Those metrics are not super useful as they only change when we have a configuration change (number of tokens) or a scale up /down of ingesters (ownership) -> Both of these informations are already on the ring page on the distributor.
Screenshot 2024-05-07 at 11 42 43 AM

Which issue(s) this PR fixes:
Fixes #

Checklist

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

Signed-off-by: alanprot <alanprot@gmail.com>
Signed-off-by: alanprot <alanprot@gmail.com>
@alanprot alanprot requested review from danielblando and yeya24 and removed request for danielblando May 7, 2024 18:45
Signed-off-by: alanprot <alanprot@gmail.com>
@alanprot alanprot merged commit f123527 into cortexproject:master May 7, 2024
16 checks passed
@alanprot alanprot deleted the ring-metrics branch May 7, 2024 21:08
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.

None yet

3 participants