prometheus/model/histogram
beorn7 9aadd54786 histogram: Fix bounds of buckets returned by floatBucketIterator
The bounds weren't really used so far, so no actual bug in the code so
far. But it's obviously confusing if the bounds returned by a
floatBucketIterator with a target schema different from the original
schema are wrong.

Signed-off-by: beorn7 <beorn@grafana.com>
2023-07-19 18:19:18 +02:00
..
float_histogram.go histogram: Fix bounds of buckets returned by floatBucketIterator 2023-07-19 18:19:18 +02:00
float_histogram_test.go histogram: Fix bounds of buckets returned by floatBucketIterator 2023-07-19 18:19:18 +02:00
generic.go histogram: Fix bounds of buckets returned by floatBucketIterator 2023-07-19 18:19:18 +02:00
generic_test.go histogram: Modify getBound to deal properly with infinity 2022-10-06 17:40:03 +02:00
histogram.go tsdb: Add counter reset hint to histograms and support in WAL 2023-01-10 17:41:53 +05:30
histogram_test.go Support FloatHistogram in TSDB (#11522) 2022-12-28 14:25:07 +05:30