Provisioning Grafana
dashboards
Prometheusrules
andalerts
Mixins are written in jsonnet, and are typically installed and updated with jsonnet-bundler.
For more advanced uses of mixins, see https://github.com/monitoring-mixins/docs.
mkdir mimir-mixin && cd mimir-mixin
1 Initialise Jsonnet
jb init
2 Install Grafana Mimir mixin
jb install github.com/grafana/mimir/operations/mimir-mixin@main
3 Import and configure it
(import 'github.com/grafana/mimir/operations/mimir-mixin/mixin.libsonnet') + {
_config+:: {
// Override the Grafana Mimir mixin config here.
},
}