prometheus/tsdb/wlog
Jesus Vazquez 775d90d5f8
TSDB: Rename wal package to wlog (#11352)
The wlog.WL type can now be used to create a Write Ahead Log or a Write
Behind Log.

Before the prefix for wbl metrics was
'prometheus_tsdb_out_of_order_wal_' and has been replaced with
'prometheus_tsdb_out_of_order_wbl_'.

Signed-off-by: Jesus Vazquez <jesus.vazquez@grafana.com>
Signed-off-by: Jesus Vazquez <jesusvazquez@users.noreply.github.com>
Co-authored-by: Ganesh Vernekar <15064823+codesome@users.noreply.github.com>
2022-10-10 20:38:46 +05:30
..
checkpoint_test.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30
checkpoint.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30
live_reader.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30
reader_test.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30
reader.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30
watcher_test.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30
watcher.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30
wlog_test.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30
wlog.go TSDB: Rename wal package to wlog (#11352) 2022-10-10 20:38:46 +05:30