Grafana Mimir dashboards used for cardinality exploration
- Grafana v9.5+
- Infinity datasource: https://github.com/grafana/grafana-infinity-datasource
- TreeMap panel: https://github.com/grafana/grafana-treemap-panel
You can import the dashboards using Grafana GUI, in order for them to work you will need to have configured:
- A Prometheus datasource pointing to your Mimir metrics (this will be used to generate the list of tenant dynamically).
- An Infinity datasource pointing to your cardinality endpoint: https:///prometheus/api/v1/cardinality/
- A multi-tenancy deployment for Grafana Mimir and proper ACLs configured
Dashboards are configured to set the X-Scope-OrgId from a "tenant" variable that's configured in the dashboard so it can be selected dynamically.
These dashboard are mainly for internal usage and fully based on the ones found in https://play.grafana.org/, and are being shared here as a request from different people from the community.