@@ -127,7 +127,7 @@ groups:
127
127
metric_name : process.runtime.jvm.cpu.utilization
128
128
brief : " Recent CPU utilization for the process."
129
129
note : >
130
- The value range is [0,1 ].
130
+ The value range is [0.0,1.0 ].
131
131
This utilization is not defined as being for the specific interval since last measurement
132
132
(unlike `system.cpu.utilization`).
133
133
[Reference](https://docs.oracle.com/en/java/javase/17/docs/api/jdk.management/com/sun/management/OperatingSystemMXBean.html#getProcessCpuLoad()).
@@ -139,7 +139,7 @@ groups:
139
139
metric_name : process.runtime.jvm.system.cpu.utilization
140
140
brief : " Recent CPU utilization for the whole system."
141
141
note : >
142
- The value range is [0,1 ].
142
+ The value range is [0.0,1.0 ].
143
143
This utilization is not defined as being for the specific interval since last measurement
144
144
(unlike `system.cpu.utilization`).
145
145
[Reference](https://docs.oracle.com/en/java/javase/17/docs/api/jdk.management/com/sun/management/OperatingSystemMXBean.html#getCpuLoad()).
@@ -151,7 +151,7 @@ groups:
151
151
metric_name : process.runtime.jvm.system.cpu.load_1m
152
152
brief : " Average CPU load of the whole system for the last minute."
153
153
note : >
154
- The value range is [0,n], where n is the number of CPU cores.
154
+ The value range is [0,n], where n is the number of CPU cores - or a negative number of the value is not available .
155
155
This utilization is not defined as being for the specific interval since last measurement
156
156
(unlike `system.cpu.utilization`).
157
157
[Reference](https://docs.oracle.com/en/java/javase/17/docs/api/java.management/java/lang/management/OperatingSystemMXBean.html#getSystemLoadAverage()).
0 commit comments