Span.isRecording() === false
, span will not be recorded and all events
and attributes will be dropped.
Span.isRecording() === true
, but Sampled
flag in TraceFlags
MUST NOT be set.
Span.isRecording() === true
AND Sampled
flag in TraceFlags
MUST be set.
Generated using TypeDoc
A sampling decision that determines how a Span will be recorded and collected.