MCPcopy
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

11type Codec interface {
12 Encode([]byte, []byte) ([]byte, error)
13 Decode([]byte) ([]byte, error)
14}
15
16type ZstdCodec struct {

Callers 8

unmarshalPbMethod · 0.65
getRingStatusFunction · 0.65
pushTracesMethod · 0.65
consumeMethod · 0.65
readBlockMetaFunction · 0.65

Implementers 2

ZstdCodectempodb/backend/compression.go
jsonCodecpkg/usagestats/seed.go

Calls

no outgoing calls