Commit d1b47765 authored by Ilya Khaprov's avatar Ilya Khaprov

Add yet another RabbitMQ Exporter

So the differences with listed one (https://github.com/kbudde/rabbitmq_exporter) are these:
 - prometheus_rabbitmq_exporter is not standalone daemon but a plugin for RabbitMQ itself. 
 - it also exports Erlang VM stats.

Also I tried to stay compatible with rabbitmq_exporter as much as possible (probably added a couple of labels)
parent 765b7a8f
......@@ -67,6 +67,7 @@ hosted outside of the Prometheus GitHub organization.
* [PostgreSQL exporter](https://github.com/wrouesnel/postgres_exporter)
* [PowerDNS exporter](https://github.com/janeczku/powerdns_exporter)
* [RabbitMQ exporter](https://github.com/kbudde/rabbitmq_exporter)
* [RabbitMQ Management Plugin exporter](https://github.com/deadtrickster/prometheus_rabbitmq_exporter)
* [Rancher exporter](https://github.com/infinityworksltd/prometheus-rancher-exporter)
* [Redis exporter](https://github.com/oliver006/redis_exporter)
* [RethinkDB exporter](https://github.com/oliver006/rethinkdb_exporter)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment