prometheus/wal
Brian Brazil be4edbe174
Start a new WAL segement on head truncation. (#605)
This reduces disk space usage to not be a minimum of 3 128MB files
in small setups. This will possibly also help debug wal data issues,
by making things a bit more deterministic.

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
2019-06-07 11:35:02 +01:00
..
live_reader.go wal: Add `_total` suffix as metric is a counter 2019-06-05 09:24:25 +02:00
reader.go LiveReader can get into an infinite loop on corrupt WALs. (#524) 2019-02-19 14:33:57 +00:00
reader_test.go wal: Replace promauto with injected registry 2019-06-03 12:29:52 +02:00
wal.go Start a new WAL segement on head truncation. (#605) 2019-06-07 11:35:02 +01:00
wal_test.go Always create a new clean segment when starting the WAL. (#608) 2019-05-24 19:33:27 +01:00