ncabatoff / process-exporter

Prometheus exporter that mines /proc to report on selected processes
MIT License
1.7k stars 269 forks source link

Monitor only non-idle processes #234

Open reet- opened 2 years ago

reet- commented 2 years ago

Hi,

I would like to monitor all processes of a server, so that e.g. if there is high I/O load / network bandwidth measured by node exporter, it is possible to correlate this data with the processes "active" at that point in time.

Collecting all processes is possible already, but creates a lot of (unneeded) data. Is there a way to collect only metrics for processes which are non-idle (>= some configurable threshold)?

Thanks!