nlopes / actix-web-prom

Actix-web middleware to expose Prometheus metrics
MIT License
92 stars 56 forks source link

Allow customizing histogram buckets #26

Open m-wynn opened 4 years ago

m-wynn commented 4 years ago

While the prometheus library allows for customizing histogram buckets, actix-web-prom does not expose this ability. It would be nice to provide buckets that are more pertinent to expected performance.

Is there a way to pull out the HistogramVec from the registry and customize it in my program, or can we add a method here?