Expand description
Hyper definitions for Zipkin headers.
Structs§
- XB3Flags
- The
X-B3-Flags
header. - XB3Parent
Span Id - The
X-B3-ParentSpanID
header. - XB3Sampled
- The
X-B3-Sampled
header. - XB3Span
Id - The
X-B3-SpanId
header. - XB3Trace
Id - The
X-B3-TraceId
header.
Functions§
- get_
sampling_ flags - Constructs
SamplingFlags
from a set of headers. - get_
trace_ context - Constructs a
TraceContext
from a set of headers. - set_
sampling_ flags - Serializes
SamplingFlags
into a set of headers. - set_
trace_ context - Serializes a
TraceContext
into a set of headers.