You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: