samstarling / finagle-prometheus

Provides a bridge between Finagle and Prometheus metrics
https://samstarling.co.uk/projects/finagle-prometheus/
MIT License
30 stars 18 forks source link

Allow whitelisting/blacklisting for Finagle metrics #2

Closed samstarling closed 6 years ago

samstarling commented 7 years ago

People may not wish to export all of them, so we should allow some degree of control over which metrics are exposed.

samstarling commented 6 years ago

I'm going to close this. It makes sense for this library to export every possible metric. It's appears to be possible to selectively drop metrics using metric_relabel_configs.