Constant OTEL_SDK_SPAN_ENDED

pub const OTEL_SDK_SPAN_ENDED: &'static str;
Expand description

§Description

The number of created spans for which the end operation was called

§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.live

§Metadata

Instrument:counter
Unit:{span}
Status:Development

§Attributes