Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SemVersion
deprecated
added in
v0.24.0
Types ¶
type Binary ¶
type Binary struct{}
Binary is an OpenTelemetry implementation of the OpenCensus grpc binary format. Binary propagation was temporarily removed from opentelemetry. See https://github.com/open-telemetry/opentelemetry-specification/issues/437
func (Binary) Extract ¶
func (b Binary) Extract(ctx context.Context, carrier propagation.TextMapCarrier) context.Context
Extract extracts the SpanContext from the TextMapCarrier.
func (Binary) Inject ¶
func (b Binary) Inject(ctx context.Context, carrier propagation.TextMapCarrier)
Inject injects context into the TextMapCarrier.
Click to show internal directories.
Click to hide internal directories.