Crate hyper_zipkin

Source
Expand description

Hyper definitions for Zipkin headers.

Structs§

XB3Flags
The X-B3-Flags header.
XB3ParentSpanId
The X-B3-ParentSpanID header.
XB3Sampled
The X-B3-Sampled header.
XB3SpanId
The X-B3-SpanId header.
XB3TraceId
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.