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

Struct Decoder

pkg/ingest/encoding.go:119–121  ·  view source on GitHub ↗

Decoder is responsible for decoding Kafka record data back into logproto.Stream format. It caches parsed labels for efficiency.

Source from the content-addressed store, hash-verified

117// Decoder is responsible for decoding Kafka record data back into logproto.Stream format.
118// It caches parsed labels for efficiency.
119type Decoder struct {
120 req *tempopb.PushBytesRequest
121}
122
123func NewDecoder() *Decoder {
124 return &Decoder{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected