QubitProducts / exporter_exporter

A reverse proxy designed for Prometheus exporters
Apache License 2.0
336 stars 55 forks source link

Support to drop few metrics(whitelist/blacklist) #13

Open MakarandNsd opened 6 years ago

MakarandNsd commented 6 years ago

Can we add support to provide a list of metrics which can be whitelisted/blacklisted, so that we need not wait till prometheus drops metrics at relabel stage.

Also a support to add extra labels

tcolgate commented 6 years ago

The current implemention defaults to a straight reverse proxy, which makes this a bit trickier. That said, it isn't a bad idea. I'll leave this open and have a think.