Prometheus exporter for RabbitMQ metrics, based on RabbitMQ HTTP API.
-
You need RabbitMQ. For local setup I recommend this docker box. It's "one-click" solution.
-
For OS-specific Docker installation checkout these instructions.
-
Building rabbitmq_exporter:
$ docker build -t rabbitmq_exporter .
-
Running:
$ docker run --publish 6060:9672 --rm rabbitmq_exporter
Now your metrics are available through https://localhost:6060/metrics.
Total number of:
- channels
- connections
- consumers
- exchanges
- queues
- messages