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
Histogram should be implemented as a set of counters and work in constant space. Prometheus design has sacrificed many features (like dynamic range resolution) that histograms may have in order to allow fast implementation and it's a shame not to use that.
Open question here is a level of locking that we want to have here. Do we want to lock writers when gathering stat or not?
The text was updated successfully, but these errors were encountered:
Histogram should be implemented as a set of counters and work in constant space. Prometheus design has sacrificed many features (like dynamic range resolution) that histograms may have in order to allow fast implementation and it's a shame not to use that.
Open question here is a level of locking that we want to have here. Do we want to lock writers when gathering stat or not?
The text was updated successfully, but these errors were encountered: