Extracting tenant ID from Prometheus labels #2004
Unanswered
jmajoor
asked this question in
Help and support
Replies: 1 comment 3 replies
-
Did we promote this use case using single Prometheus server? Normally we would advocate for separate Prometheus server per team, and writing to separate tenants. Alternative would be to use Label-Based Access Control feature available in Grafana Enterprise Metrics. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the intro webinar one use case for mimir is separation between multiple teams in a single cluster with a single prometheus server.
The only thing I could find on how to really implement that is by using cortex-tenant, but then I have to use yet another component and this one is not part of grafana labs.
How do I configure Mimir to isolate different teams in a single cluster?
If cortex-tenant is the only way, then are there any plans to properly support this scenario out-of-the-box?
Beta Was this translation helpful? Give feedback.
All reactions