Constant opentelemetry::trace::TRACE_FLAG_SAMPLED[][src]

pub const TRACE_FLAG_SAMPLED: u8 = 0x01;
This is supported on crate feature trace only.

TRACE_FLAG_SAMPLED is a bitmask with the sampled bit set. A SpanContext with the sampling bit set means the span is sampled.