mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-14 17:44:06 -08:00
ab2a7bb74f
Add `ReduceResolution` method to `Histogram` and `FloatHistogram` This takes the original `mergeToSchema` function and turns it into a more generic `reduceResolution` function, which is the building block for the new methods. The methods will help with addressing #12864. --------- Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com> |
||
---|---|---|
.. | ||
float_histogram.go | ||
float_histogram_test.go | ||
generic.go | ||
generic_test.go | ||
histogram.go | ||
histogram_test.go | ||
test_utils.go |