PrepareForRead converts the byte slice into a tempopb.Trace for reading. This can be very expensive and should only be used when surfacing a byte slice from tempodb and preparing it for reads.
(obj []byte)
| 22 | // PrepareForRead converts the byte slice into a tempopb.Trace for reading. This can be very expensive |
| 23 | // and should only be used when surfacing a byte slice from tempodb and preparing it for reads. |
| 24 | PrepareForRead(obj []byte) (*tempopb.Trace, error) |
| 25 | |
| 26 | // Combine combines the passed byte slice |
| 27 | Combine(objs ...[]byte) ([]byte, error) |
no outgoing calls