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

Method DataLength

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

DataLength returns the length of the data in the block.

()

Source from the content-addressed store, hash-verified

137
138 // DataLength returns the length of the data in the block.
139 DataLength() uint64
140
141 // Iterator returns an iterator for the block's data.
142 // Returns an error if the iterator creation fails.

Callers 12

testSearchFunction · 0.65
testFetchFunction · 0.65
RescanBlocksMethod · 0.65
writeHeadBlockMethod · 0.65
shouldCutHeadMethod · 0.65
cutBlocksMethod · 0.65
completeBlockMethod · 0.65
reloadBlocksMethod · 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 6

testSearchFunction · 0.52
testFetchFunction · 0.52