prometheus/model/histogram
beorn7 2d233cf95e Histogram: Fix allFloatBucketIterator
If the zero threshold overlaps with the highest negative bucket and/or
the lowest positive bucket, its upper or lower boundary, respectively,
has to be adjusted. In valid histograms, only ever the highest
negative bucket and/or the lowest positive bucket may overlap with the
zero bucket. This is assumed in this code to simplify the checks.

Signed-off-by: beorn7 <beorn@grafana.com>
2022-05-03 16:24:11 +02:00
..
float_histogram.go Histogram: Fix allFloatBucketIterator 2022-05-03 16:24:11 +02:00
float_histogram_test.go Histogram: Fix allFloatBucketIterator 2022-05-03 16:24:11 +02:00
histogram.go Adjust to newest gofumpt 2022-04-05 18:35:01 +02:00
histogram_test.go histogram: Add FloatHistogram 2021-11-23 19:40:49 +01:00