Tapper Plug v0.5.0 Tapper.Plug.HeaderPropagation.B3Single View Source
B3 Single format allows
the Tapper.Id
trace context to be encoded in a single string value.
Typically this is sent/received as a b3
header in HTTP(S), or in a W3C trace-state
as the b3
property.
Link to this section Summary
Link to this section Functions
decode a B3 Single format string into a tagged trace context.
Link to this function
encode(idOrDestructed)
View Source
encode(idOrDestructured :: Tapper.Id.t() | tuple()) :: binary()
encode a Tapper
trace context to B3 Single format string; use this to set an appropriate downstream header or property.