Skip to content

observability: do not average histogram quantiles

Warren Gifford requested to merge sg/no-histogram-avg into master

Created by: slimsag

I don't know what I was thinking when I wrote these, but averaging histogram quantiles is non-sensical. See the end of https://prometheus.io/docs/practices/histograms/#quantiles

In other words, this is the correct aggregation which actually produces a proper Nth percentile.

Merge request reports

Loading