Expand description
Hyper definitions for Zipkin headers.
Structs§
- XB3Flags
- The
X-B3-Flagsheader. - XB3Parent
Span Id - The
X-B3-ParentSpanIDheader. - XB3Sampled
- The
X-B3-Sampledheader. - XB3Span
Id - The
X-B3-SpanIdheader. - XB3Trace
Id - The
X-B3-TraceIdheader.
Functions§
- get_
sampling_ flags - Constructs
SamplingFlagsfrom a set of headers. - get_
trace_ context - Constructs a
TraceContextfrom a set of headers. - set_
sampling_ flags - Serializes
SamplingFlagsinto a set of headers. - set_
trace_ context - Serializes a
TraceContextinto a set of headers.