opentelemetry_semantic_conventions::metric

Constant JVM_SYSTEM_CPU_LOAD_1M

Source
pub const JVM_SYSTEM_CPU_LOAD_1M: &str = "jvm.system.cpu.load_1m";
Expand description

§Description

Average CPU load of the whole system for the last minute as reported by the JVM.

§Notes

The value range is \[0,n\], where n is the number of CPU cores - or a negative number if the value is not available. This utilization is not defined as being for the specific interval since last measurement (unlike system.cpu.utilization). Reference

§Metadata

Instrument:gauge
Unit:{run_queue_item}
Status:Experimental