Constant opentelemetry::trace::TRACE_FLAG_DEFERRED[][src]

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

TRACE_FLAGS_DEFERRED is a bitmask with the deferred bit set. A SpanContext with the deferred bit set means the sampling decision has been defered to the receiver.