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

Function NewPushBytesDecoder

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

Source from the content-addressed store, hash-verified

161}
162
163func NewPushBytesDecoder() *PushBytesDecoder {
164 return &PushBytesDecoder{dec: NewDecoder()}
165}
166
167// Decode implements GeneratorCodec.
168func (d *PushBytesDecoder) Decode(data []byte) (iter.Seq2[*tempopb.PushSpansRequest, error], error) {

Calls 1

NewDecoderFunction · 0.85