opentelemetry_semantic_conventions::metric

Constant GO_SCHEDULE_DURATION

source
pub const GO_SCHEDULE_DURATION: &str = "go.schedule.duration";
Expand description

§Description

The time goroutines have spent in the scheduler in a runnable state before actually running.

§Notes

Computed from /sched/latencies:seconds. Bucket boundaries are provided by the runtime, and are subject to change

§Metadata

Instrument:histogram
Unit:s
Status:Experimental