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
The current response time summary can't be aggregated over multiple machines so it's hard to graph response time percentiles. A histogram with configurable buckets would be very useful to add. See https://prometheus.io/docs/practices/histograms/
The text was updated successfully, but these errors were encountered:
We decided to use summary metrics, because computing quantiles is done on client-side.
That results in low server-side cost, which was our main priority.
Thanks for the feedback, we will think about it.
The current response time summary can't be aggregated over multiple machines so it's hard to graph response time percentiles. A histogram with configurable buckets would be very useful to add. See https://prometheus.io/docs/practices/histograms/
The text was updated successfully, but these errors were encountered: