opentelemetry_semantic_conventions::metric

Constant JVM_CPU_RECENT_UTILIZATION

source
pub const JVM_CPU_RECENT_UTILIZATION: &str = "jvm.cpu.recent_utilization";
Expand description

§Description

Recent CPU utilization for the process as reported by the JVM.

§Notes

The value range is \[0.0,1.0\]. This utilization is not defined as being for the specific interval since last measurement (unlike system.cpu.utilization). Reference

§Metadata

Instrument:gauge
Unit:1
Status:Stable