mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-18 18:25:24 -05:00
* RemoveTmpDirs function to tsdbutil * Refactor db to use RemoveTmpDirs and no longer cleanup checkpoint tmp dirs * Use RemoveTmpDirs in wlog checkpoint to cleanup all checkpoint tmp folders * Add tests for RemoveTmpDirs * Ensure db.Open will still cleanup extra temporary checkpoints Signed-off-by: Kyle Eckhart <kgeckhart@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| checkpoint.go | ||
| checkpoint_test.go | ||
| live_reader.go | ||
| reader.go | ||
| reader_test.go | ||
| watcher.go | ||
| watcher_test.go | ||
| wlog.go | ||
| wlog_test.go | ||