process-exporter
process-exporter copied to clipboard
Added 'collector.disable-go-runtime-metrics' flag
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.