pyrra-dev / pyrra

Making SLOs with Prometheus manageable, accessible, and easy to use for everyone!
https://demo.pyrra.dev
Apache License 2.0
1.25k stars 113 forks source link

added org id for multi tenant support #1290

Open Nitesh-vaidyanath opened 1 month ago

Nitesh-vaidyanath commented 1 month ago

Currently there is no support for multi tenant for mimir, we have to add X-Scope-OrgID header to http client requests to start supporting multi tenant.

We have to make changes in both Prometheus API where we are querying recording rules metics and Mimir where we are creating or updating recording rules.

https://grafana.com/docs/mimir/latest/references/architecture/deployment-modes/#microservices-mode /ready endpoint only works for Monolithic mode not for distributed mode.

Nitesh-vaidyanath commented 1 month ago

Also pushed changes for the issue https://github.com/pyrra-dev/pyrra/issues/1291