Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Decode
Method
Decode
tempodb/backend/compression.go:13–13 ·
view source on GitHub ↗
([]byte)
Source
from the content-addressed store, hash-verified
11
type
Codec
interface
{
12
Encode([]byte, []byte) ([]byte, error)
13
Decode([]byte) ([]byte, error)
14
}
15
16
type
ZstdCodec
struct
{
Callers
8
unmarshalPb
Method · 0.65
fakeServerWithObjectAttributes
Function · 0.65
getRingStatus
Function · 0.65
preparePartitionDownscale
Function · 0.65
pushTraces
Method · 0.65
TestPushTracesSkipMetricsGenerationIngestStorage
Function · 0.65
consume
Method · 0.65
readBlockMeta
Function · 0.65
Implementers
2
ZstdCodec
tempodb/backend/compression.go
jsonCodec
pkg/usagestats/seed.go
Calls
no outgoing calls
Tested by
4
fakeServerWithObjectAttributes
Function · 0.52
getRingStatus
Function · 0.52
preparePartitionDownscale
Function · 0.52
TestPushTracesSkipMetricsGenerationIngestStorage
Function · 0.52