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.
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.