prometheus/tsdb/wal
Brian Brazil 073e93c768
Gracefully handle unknown WAL record types. (#8004)
As we're looking to expand what's in the WAL,
having old Prometheus servers ignore the new record types
rather than treating them as corruption allows for better
upgrade/downgrade paths.

Adjust some tests accordingly, so they're still testing what they're
meant to test.

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
2020-10-05 10:09:59 +01:00
..
checkpoint.go Gracefully handle unknown WAL record types. (#8004) 2020-10-05 10:09:59 +01:00
checkpoint_test.go Gracefully handle unknown WAL record types. (#8004) 2020-10-05 10:09:59 +01:00
live_reader.go Capitalizing first letter of all log lines (#7043) 2020-04-11 09:22:18 +01:00
reader.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
reader_test.go Refactor WAL.Segments method to be part of the wal package (#6477) 2020-09-01 14:46:57 +05:30
wal.go Refactor WAL.Segments method to be part of the wal package (#6477) 2020-09-01 14:46:57 +05:30
wal_test.go Refactor WAL.Segments method to be part of the wal package (#6477) 2020-09-01 14:46:57 +05:30
watcher.go Gracefully handle unknown WAL record types. (#8004) 2020-10-05 10:09:59 +01:00
watcher_test.go Gracefully handle unknown WAL record types. (#8004) 2020-10-05 10:09:59 +01:00