Constant OTEL_SDK_SPAN_LIVE

pub const OTEL_SDK_SPAN_LIVE: &'static str;
Expand description

§Description

The number of created spans for which the end operation has not been called yet

§Notes

For spans with recording=true: Implementations MUST record both otel.sdk.span.live and otel.sdk.span.ended. For spans with recording=false: If implementations decide to record this metric, they MUST also record otel.sdk.span.ended

§Metadata

Instrument:updowncounter
Unit:{span}
Status:Development

§Attributes