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

Struct OTLPDecoder

pkg/ingest/encoding.go:192–194  ·  pkg/ingest/encoding.go::OTLPDecoder

OTLPDecoder unmarshals ptrace.Traces.

Source from the content-addressed store, hash-verified

190
191// OTLPDecoder unmarshals ptrace.Traces.
192type OTLPDecoder struct {
193 trace tempopb.Trace
194}
195
196func NewOTLPDecoder() *OTLPDecoder {
197 return &OTLPDecoder{trace: tempopb.Trace{}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected