Constant OTEL_SDK_SPAN_ENDED_COUNT

pub const OTEL_SDK_SPAN_ENDED_COUNT: &'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.count and otel.sdk.span.ended.count. For spans with recording=false: If implementations decide to record this metric, they MUST also record otel.sdk.span.live.count

§Metadata

Instrument:counter
Unit:{span}
Status:Development

§Attributes