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