mirror of https://github.com/prometheus/prometheus
Browse Source
`head.deleted` holds the WAL segment in use at the time each series was removed from the head. At the end of `truncateWAL()` we will delete all segments up to `last`, so we can drop any series that were last seen in a segment at or before that point. (same change in Prometheus Agent too) Signed-off-by: Bryan Boreham <bjboreham@gmail.com>pull/12307/head
Bryan Boreham
2 years ago
committed by
GitHub
2 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue