mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-10 09:00:08 -04:00
Implements ST for Histograms and Float Histograms (and their custom bucket cousins) in WAL. New tests, new benchmarks. Part of https://github.com/prometheus/prometheus/issues/17790 ```release-notes [CHANGE] Adds Start Time value to all WAL Histogram samples in memory, and therefore may increase memory usage. ``` Signed-off-by: Owen Williams <owen.williams@grafana.com> |
||
|---|---|---|
| .. | ||
| checkpoint.go | ||
| checkpoint_test.go | ||
| live_reader.go | ||
| reader.go | ||
| reader_test.go | ||
| watcher.go | ||
| watcher_test.go | ||
| wlog.go | ||
| wlog_test.go | ||