Expand description
HTTP header propagation for Zipkin trace information.
Functionsยง
- get_
sampling_ flags - Deserializes sampling flags from a set of HTTP headers.
- get_
trace_ context - Deserializes a trace context from a set of HTTP headers.
- set_
sampling_ flags - Serializes sampling flags into a set of HTTP headers.
- set_
sampling_ flags_ single - Serializes sampling flags into the
b3
HTTP header. - set_
trace_ context - Serializes a trace context into a set of HTTP headers.
- set_
trace_ context_ single - Serializes a trace context into the
b3
header.