Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Version
Method
Version
tempodb/encoding/versioned.go:21–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
// read/write them.
20
type
VersionedEncoding
interface
{
21
Version() string
22
23
// OpenBlock for reading
24
OpenBlock(meta *backend.BlockMeta, r backend.Reader) (common.BackendBlock, error)
Callers
15
testConfig
Function · 0.65
TestCompleteBlock
Function · 0.65
TestCompleteBlockHonorsStartStopTimes
Function · 0.65
BenchmarkCompleteBlock
Function · 0.65
benchmarkCompleteBlock
Function · 0.65
TestCompactionRoundtrip
Function · 0.65
TestSameIDCompaction
Function · 0.65
TestCompactionUpdatesBlocklist
Function · 0.65
TestCompactionMetrics
Function · 0.65
TestCompactionIteratesThroughTenants
Function · 0.65
TestCompactionHonorsBlockStartEndTimes
Function · 0.65
TestCompactionDropsTraces
Function · 0.65
Implementers
4
Encoding
tempodb/encoding/vparquet4/encoding.go
Encoding
tempodb/encoding/vparquet5/encoding.go
Encoding
tempodb/encoding/vparquet3/encoding.go
Encoding
tempodb/encoding/unsupported/encoding.
Calls
no outgoing calls
Tested by
15
testConfig
Function · 0.52
TestCompleteBlock
Function · 0.52
TestCompleteBlockHonorsStartStopTimes
Function · 0.52
BenchmarkCompleteBlock
Function · 0.52
benchmarkCompleteBlock
Function · 0.52
TestCompactionRoundtrip
Function · 0.52
TestSameIDCompaction
Function · 0.52
TestCompactionUpdatesBlocklist
Function · 0.52
TestCompactionMetrics
Function · 0.52
TestCompactionIteratesThroughTenants
Function · 0.52
TestCompactionHonorsBlockStartEndTimes
Function · 0.52
TestCompactionDropsTraces
Function · 0.52