MCPcopy
hub / github.com/grafana/tempo / Tombstone

Method Tombstone

tempodb/encoding/common/interfaces.go:152–152  ·  view source on GitHub ↗

Tombstone marks the block deleted by renaming meta.json to meta.deleted.json. Data files stay on disk for in-flight readers until Clear; replay reclaims any tombstoned dir.

()

Source from the content-addressed store, hash-verified

150 // meta.deleted.json. Data files stay on disk for in-flight readers
151 // until Clear; replay reclaims any tombstoned dir.
152 Tombstone() error
153}

Callers 5

TestWalBlockTombstoneFunction · 0.65
TestWalBlockTombstoneFunction · 0.65
TestWalBlockTombstoneFunction · 0.65
completeBlockMethod · 0.65
deleteOldBlocksMethod · 0.65

Implementers 3

walBlocktempodb/encoding/vparquet4/wal_block.g
walBlocktempodb/encoding/vparquet5/wal_block.g
walBlocktempodb/encoding/vparquet3/wal_block.g

Calls

no outgoing calls

Tested by 3

TestWalBlockTombstoneFunction · 0.52
TestWalBlockTombstoneFunction · 0.52
TestWalBlockTombstoneFunction · 0.52