otel.span.sampling_result
Developmentenumas of v1.44.0
The result value of the sampler for this span
Values (3)
DROPThe span is not sampled and not recordingRECORD_ONLYThe span is not sampled, but recordingRECORD_AND_SAMPLEThe span is sampled and recording
Used by
metrics (2)
- otel.sdk.span.live
- otel.sdk.span.started
* required on that signal.
History
Added as development.