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

Metric labels for filters can not be easily extended #1

Closed samstarling closed 7 years ago

samstarling commented 7 years ago

At the moment, you get what you're given. It would be nice to allow users to extend this.

samstarling commented 7 years ago

This is now supported by using the HttpRequestLabeller, for which I need to add documentation.