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

Function NewOTLPDecoder

pkg/ingest/encoding.go:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194}
195
196func NewOTLPDecoder() *OTLPDecoder {
197 return &OTLPDecoder{trace: tempopb.Trace{}}
198}
199
200// Decode implements GeneratorCodec.
201func (d *OTLPDecoder) Decode(data []byte) (iter.Seq2[*tempopb.PushSpansRequest, error], error) {

Callers 2

readChMethod · 0.92

Calls

no outgoing calls

Tested by 1