Constant GO_SCHEDULE_DURATION
pub const GO_SCHEDULE_DURATION: &'static str;
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
| |
| Instrument: | histogram |
| Unit: | s |
| Status: | Development |