grafana-rabbitmq-screenshot3.png grafana-rabbitmq-screenshot4.png
This dashboard is Inspired by the official dashboard from https://next.rabbitmq.com/prometheus.html
It consumes a prometheus datasource.
The user can switch from multiple instances of rabbitmq.
It has been designed it to be used for monitoring multiple rabbitmq (installed using helm) running on kubernetes.
When installing rabbitmq on a k8s cluster:
$ helm install stable/rabbitmq -f values.yaml ....
don't forget to add this in values.yaml to enable metrics
metrics:
enabled: true