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

pub const TRACE_FLAG_SAMPLED: u8 = 0x01;

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