Skip to main content

GO_MEMORY_GC_PAUSE_DURATION

Constant GO_MEMORY_GC_PAUSE_DURATION 

pub const GO_MEMORY_GC_PAUSE_DURATION: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

§Description

Distribution of individual GC-related stop-the-world pause latencies. This is the time from deciding to stop the world until the world is started again.

§Notes

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

§Metadata

Instrument:histogram
Unit:s
Status:Development