SegmentDecoder maintains the relationship between distributor -> ingester Segment format: | uint32 | uint32 | variable length | | start | end | marshalled tempopb.Trace | start and end are unix epoch seconds
| 16 | // | start | end | marshalled tempopb.Trace | |
| 17 | // start and end are unix epoch seconds |
| 18 | type SegmentDecoder struct{} |
| 19 | |
| 20 | var segmentDecoder = &SegmentDecoder{} |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected