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.

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

§Metadata

Instrument:histogram
Unit:s
Status:Experimental