rabbitmq / rabbitmq-prometheus

A minimalistic Prometheus exporter of core RabbitMQ metrics
Other
145 stars 109 forks source link

Document all metrics exposed via the prometheus endpoint #17

Closed MarcialRosales closed 4 years ago

MarcialRosales commented 4 years ago

It would be great to have documented all the metrics exposed by the new prometheus endpoint in RabbitMQ similar to the HTTP api or the rabbitmq_exporter.

Before I created this document, I had to run a command like curl localhost:15692/metrics | grep HELP to get all the metrics.

Note: It is just a starting point. It lacks of details such as labels and/or metric type.

gerhard commented 4 years ago

Thanks!