prometheus/tsdb/wlog
Owen Williams b57f5b59b3
tsdb: ST-in-WAL: Counter implementation and benchmarks (#17671)
Initial implementation of https://github.com/prometheus/prometheus/issues/17790.
Only implements ST-per-sample for Counters. Tests and benchmarks updated.

Note: This increases the size of the RefSample object for all users, whether st-per-sample is turned on or not.

Signed-off-by: Owen Williams <owen.williams@grafana.com>
2026-02-12 13:17:50 -05:00
..
checkpoint.go tsdb: ST-in-WAL: Counter implementation and benchmarks (#17671) 2026-02-12 13:17:50 -05:00
checkpoint_test.go tsdb: ST-in-WAL: Counter implementation and benchmarks (#17671) 2026-02-12 13:17:50 -05:00
live_reader.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
reader.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
reader_test.go tsdb: Migrate multi-errors to errors package (#17768) 2026-02-04 10:41:57 +01:00
watcher.go tsdb: ST-in-WAL: Counter implementation and benchmarks (#17671) 2026-02-12 13:17:50 -05:00
watcher_test.go tsdb: ST-in-WAL: Counter implementation and benchmarks (#17671) 2026-02-12 13:17:50 -05:00
wlog.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
wlog_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00