hunt.trace.B3Propagation

Undocumented in source.

Members

Manifest constants

FLAGS_NAME
enum FLAGS_NAME;

"1" implies sampled and is a request to override collection-tier sampling policy.

PARENT_SPAN_ID_NAME
enum PARENT_SPAN_ID_NAME;

64-bit parent span ID lower-hex encoded into 16 characters (absent on root span)

SAMPLED_NAME
enum SAMPLED_NAME;

"1" means report this span to the tracing system, "0" means do not. (absent means defer the decision to the receiver of this header).

SPAN_ID_NAME
enum SPAN_ID_NAME;

64-bit span ID lower-hex encoded into 16 characters (required)

TRACE_ID_NAME
enum TRACE_ID_NAME;

128 or 64-bit trace ID lower-hex encoded into 32 or 16 characters (required)

Meta