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

Struct PushBytesDecoder

pkg/ingest/encoding.go:159–161  ·  view source on GitHub ↗

PushBytesDecoder unmarshals tempopb.PushBytesRequest.

Source from the content-addressed store, hash-verified

157
158// PushBytesDecoder unmarshals tempopb.PushBytesRequest.
159type PushBytesDecoder struct {
160 dec *Decoder
161}
162
163func NewPushBytesDecoder() *PushBytesDecoder {
164 return &PushBytesDecoder{dec: NewDecoder()}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected