ncabatoff / process-exporter

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

Added 'collector.disable-go-runtime-metrics' flag #319

Open Amir-Hadadi opened 1 month ago

Amir-Hadadi commented 1 month ago

This flag controls go runtime metrics collection by the exporter. The default scenario is collecting the go runtime metrics using the default go Prometheus client, using this flag means we want to disable collection. It defaults to false. Requested here.