Crate http_zipkin

source ·
Expand description

HTTP header propagation for Zipkin trace information.

Functions

Deserializes sampling flags from a set of HTTP headers.
Deserializes a trace context from a set of HTTP headers.
Serializes sampling flags into a set of HTTP headers.
Serializes sampling flags into the b3 HTTP header.
Serializes a trace context into a set of HTTP headers.
Serializes a trace context into the b3 header.