-
Notifications
You must be signed in to change notification settings - Fork 0
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
Setup Mimir's monitoring #3162
Comments
We decided not to implement all mimir mixins dashboard at once but rather to add the most useful ones one by one first and to add the less important ones later when we'll have some time. Currently 2 things need to be fixed for the
|
Having set up a scrape interval of 30s for mimir's service monitors, now all graphs are working. Including the write dashboard, in my opinion, those are the ones we should add in priority :
And maybe |
I would like if we could have all tbh so maybe you can list the dashboard in another issue and we add the main ones now only? Maybe we can add the compactor ones as well here |
I discovered that Mimir components' disk usage metrics are not exposed by default, meaning we are blind on this aspect of the app and that the related graphs on the dashboards will be empty. As this might require additional work from our side and not being a priority for now, I created a dedicated issue for this here. |
All most needed dashboards are now deployed. A follow-up issue has been created to track the few remaining graphs that are lacking data : https://github.com/giantswarm/giantswarm/issues/30218 |
Towards #3039
In order to ease debugging/observability of Mimir, we should provide the official Mimir dashboards and alerts from mixins.
Mixins are here: https://github.com/grafana/mimir/tree/main/operations/mimir-mixin
A compiled version is available here: https://github.com/grafana/mimir/tree/main/operations/mimir-mixin-compiled/dashboards
Also, let's make sure all components are monitored via service monitors
Related issues:
The text was updated successfully, but these errors were encountered: