All Projects → Syncano → rabbitmq_exporter

Syncano / rabbitmq_exporter

Licence: MIT license
Prometheus exporter for RabbitMQ

Programming Languages

go
31211 projects - #10 most used programming language

RabbitMQ Exporter

Prometheus exporter for RabbitMQ metrics, based on RabbitMQ HTTP API.

Dependencies

Setting up locally

  1. You need RabbitMQ. For local setup I recommend this docker box. It's "one-click" solution.

  2. For OS-specific Docker installation checkout these instructions.

  3. Building rabbitmq_exporter:

     $ docker build -t rabbitmq_exporter .
    
  4. Running:

     $ docker run --publish 6060:9672 --rm rabbitmq_exporter
    

Now your metrics are available through http://localhost:6060/metrics.

Metrics

Total number of:

  • channels
  • connections
  • consumers
  • exchanges
  • queues
  • messages
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].