deadtrickster / prometheus_rabbitmq_exporter

Prometheus.io exporter as a RabbitMQ Managment Plugin plugin
MIT License
291 stars 72 forks source link

add memory & disk alarms in metrics #37

Open jasonyihk opened 6 years ago

jasonyihk commented 6 years ago

memory & disk, file descriptors & sockets are really important parameter to be watched/monitored for rabbitmq and it will be much helpful to add these into prometheus metrics. Use case include using these metrics in alert manager to trigger the alarm accordingly. this is more like an enhancement.

Best,

deadtrickster commented 6 years ago

RAM & CPU & FDs metrics come from prometheus_process_collector. ERTS ports metrics are there too. If you want to have disk metrics for rabbitmq itself, it probably means you are using persistent storages, there are mnesia metrics for that. No sockets counter though.