prometheus/tsdb/wlog
Callum Styan d07b70a2a8 track the last segment ID for which we appended a sample per series, and
use that to know if we can delete a series from the WAL/checkpoint
entirely

Signed-off-by: Callum Styan <callumstyan@gmail.com>
2023-04-26 16:26:34 -07:00
..
checkpoint.go Merge remote-tracking branch 'upstream/main' into fix-conflict 2022-10-12 14:20:02 +05:30
checkpoint_test.go Merge remote-tracking branch 'upstream/main' into fix-conflict 2022-10-12 14:20:02 +05:30
live_reader.go style: Replace else if cascades with switch 2023-04-19 17:22:31 +02:00
reader.go Use errors.Is to check for a specific error 2022-12-29 23:23:07 +08:00
reader_test.go lint: Adjust to the lint warnings raised by current versions of golint-ci 2023-04-19 17:10:10 +02:00
watcher.go style: Replace else if cascades with switch 2023-04-19 17:22:31 +02:00
watcher_test.go histograms: Add remote-write support for Float Histograms (#11817) 2023-01-13 16:39:20 +05:30
wlog.go track the last segment ID for which we appended a sample per series, and 2023-04-26 16:26:34 -07:00
wlog_test.go Merge branch 'main' into linter/nilerr 2023-04-19 19:56:39 +02:00