sensu / sensu-prometheus-collector

Collect Prometheus metrics with Sensu!
MIT License
28 stars 18 forks source link

Add support to whitelist / blacklist metrics #25

Open raags opened 3 years ago

raags commented 3 years ago

Prometheus exporters in general export a ton of metrics. It'll be useful to be able to limit the metrics that are gathered by this plugin. For e.g. sensu /metrics itself exports 1.5k metrics (excluding the queue metrics for entities).

A regex whitelist/blacklist would allow limiting the metrics gathered.