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

Method MetaSnapshot

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

MetaSnapshot returns a freshly-allocated copy of the block's BlockMeta, safe to read concurrently with AppendTrace.

()

Source from the content-addressed store, hash-verified

130 // MetaSnapshot returns a freshly-allocated copy of the block's BlockMeta,
131 // safe to read concurrently with AppendTrace.
132 MetaSnapshot() *backend.BlockMeta
133
134 // Flush writes any unbuffered data to disk. This method must be safe for concurrent use with read operations.
135 // Returns an error if the flush operation fails.

Callers 7

TestWalBlockMetaSnapshotFunction · 0.65
TestWalBlockMetaSnapshotFunction · 0.65
TestWalBlockMetaSnapshotFunction · 0.65
iterateBlocksMethod · 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