Open jasonyihk opened 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.
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,