prometheus/model/histogram
Marc Tudurí 9474610baf
Support FloatHistogram in TSDB (#11522)
Extends Appender.AppendHistogram function to accept the FloatHistogram. TSDB supports appending, querying, WAL replay, for this new type of histogram.

Signed-off-by: Marc Tudurí <marctc@protonmail.com>
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
Co-authored-by: Ganesh Vernekar <ganeshvern@gmail.com>
2022-12-28 14:25:07 +05:30
..
float_histogram.go Support FloatHistogram in TSDB (#11522) 2022-12-28 14:25:07 +05:30
float_histogram_test.go histogram: Remove code replication via generics (#11361) 2022-10-03 16:45:27 +05:30
generic.go Support FloatHistogram in TSDB (#11522) 2022-12-28 14:25:07 +05:30
generic_test.go histogram: Modify getBound to deal properly with infinity 2022-10-06 17:40:03 +02:00
histogram.go Support FloatHistogram in TSDB (#11522) 2022-12-28 14:25:07 +05:30
histogram_test.go Support FloatHistogram in TSDB (#11522) 2022-12-28 14:25:07 +05:30