data/<block-ulid>/tombstones

Tombstones

Deletions in TSDB are soft: instead of rewriting immutable blocks, Prometheus records tombstones: per-series time intervals to ignore at query time. The file sits at the top level of each block directory. Actual data removal happens later, during compaction.

Open the interactive byte explorer →

Field notes & invariants

← All TSDB formats