Skip to content

tomstaijen/rabbitmq_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ Exporter

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

Dependencies

[Update]

  • rabbit-hole HTTP API was removed from the project because of lacking support for HTTPS

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

About

Prometheus exporter for RabbitMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%