Documentation
¶
Index ¶
- func InternalTracesToZipkinSpans(td pdata.Traces) ([]*zipkinmodel.SpanModel, error)
- func V1JSONBatchToInternalTraces(blob []byte, parseStringTags bool) (pdata.Traces, error)
- func V1ThriftBatchToInternalTraces(zSpans []*zipkincore.Span) (pdata.Traces, error)
- func V2SpansToInternalTraces(zipkinSpans []*zipkinmodel.SpanModel, parseStringTags bool) (pdata.Traces, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InternalTracesToZipkinSpans ¶ added in v0.8.0
func InternalTracesToZipkinSpans(td pdata.Traces) ([]*zipkinmodel.SpanModel, error)
InternalTracesToZipkinSpans translates internal trace data into Zipkin v2 spans. Returns a slice of Zipkin SpanModel's.
func V1JSONBatchToInternalTraces ¶ added in v0.8.0
V1JSONBatchToInternalTraces transforms a JSON blob with a list of Zipkin v1 spans into pdata.Traces.
func V1ThriftBatchToInternalTraces ¶ added in v0.8.0
func V1ThriftBatchToInternalTraces(zSpans []*zipkincore.Span) (pdata.Traces, error)
V1ThriftBatchToInternalTraces transforms Zipkin v1 spans into pdata.Traces.
func V2SpansToInternalTraces ¶ added in v0.8.0
func V2SpansToInternalTraces(zipkinSpans []*zipkinmodel.SpanModel, parseStringTags bool) (pdata.Traces, error)
V2SpansToInternalTraces translates Zipkin v2 spans into internal trace data.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.