-
Notifications
You must be signed in to change notification settings - Fork 131
added org id for multi tenant support #1290
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
base: main
Are you sure you want to change the base?
Conversation
Also pushed changes for the issue #1291 |
…bject rule namespace name is modified
…p and predicate fucntion was not reconiling to delete the object so made changes
Part of #1289 |
@metalmatze can anybody look into this PR? |
Generally, this is looking fine. |
Thanks. Then let's wait for @Nitesh-vaidyanath |
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.