Documentation ¶
Index ¶
- func InternalTracesToJaegerProto(td pdata.Traces) ([]*model.Batch, error)deprecated
- func ProtoBatchToInternalTraces(batch model.Batch) pdata.Tracesdeprecated
- func ProtoBatchesToInternalTraces(batches []*model.Batch) pdata.Tracesdeprecated
- func ProtoFromTraces(td pdata.Traces) ([]*model.Batch, error)
- func ProtoToTraces(batches []*model.Batch) (pdata.Traces, error)
- func ThriftBatchToInternalTraces(batches *jaeger.Batch) pdata.Tracesdeprecated
- func ThriftToTraces(batches *jaeger.Batch) (pdata.Traces, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProtoBatchToInternalTraces
deprecated
func ProtoBatchesToInternalTraces
deprecated
func ProtoFromTraces ¶ added in v0.45.0
ProtoFromTraces translates internal trace data into the Jaeger Proto for GRPC. Returns slice of translated Jaeger batches and error if translation failed.
func ProtoToTraces ¶ added in v0.45.0
ProtoToTraces converts multiple Jaeger proto batches to internal traces
func ThriftBatchToInternalTraces
deprecated
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.