package
2.5.0+incompatible
Repository: https://github.com/grafana/tempo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

MustNewObjectDecoder creates a new encoding or it panics.
MustNewSegmentDecoder creates a new encoding or it panics.
NewObjectDecoder returns a Decoder given the passed string.
NewSegmentDecoder returns a Decoder given the passed string.

# Constants

CurrentEncoding is a string representing the encoding that all new blocks should be created with.

# Variables

AllEncodings is used for testing.
No description provided by the author

# Interfaces

No description provided by the author
ObjectDecoder is used to work with opaque byte slices that contain trace data in the backend.
SegmentDecoder is used by the distributor/ingester to aggregate and pass segments of traces.