percona / mongodb_exporter

A Prometheus exporter for MongoDB including sharding, replication and storage engines
Apache License 2.0
1.16k stars 425 forks source link

Add command line flag to disable metrics about the exporter it-self #885

Closed equinox0815 closed 4 weeks ago

equinox0815 commented 1 month ago

PR #356 introduced an API option to disable default exporter metrics (process* and go*). However there is no command line flag to actually set this option. This change adds the command line flag --no-collector.exporter-metrics to disable those metrics.