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

Proposal: add (optional) ring support to overrides-exporter to only export metrics from 1 replica #3806

Closed
pracucci opened this issue Dec 22, 2022 · 0 comments · Fixed by #3908 or #3953
Assignees

Comments

@pracucci
Copy link
Collaborator

In the read-write deployment mode, the overrides-exporter run as part of the mimir-backend component. However, we don't need such metrics to be exported by all replicas but just from 1. Exporting these metrics from all replicas may end up to be high cardinality in a cluster with many tenants.

I propose to add an (optional) support for the ring in overrides-exporter, so that when configured only 1 instance will expose the metrics. This is the same technique used in #2957 to restrict query-scheduler component to a subset of replicas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants