Fix typo (#110)
This commit is contained in:
parent
8364aaada5
commit
0e24f77ce7
|
|
@ -24,7 +24,7 @@ groups:
|
|||
metric_name: process.runtime.jvm.system.cpu.load_1m
|
||||
brief: "Average CPU load of the whole system for the last minute."
|
||||
note: >
|
||||
The value range is [0,n], where n is the number of CPU cores - or a negative number of the value is not available.
|
||||
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](https://docs.oracle.com/en/java/javase/17/docs/api/java.management/java/lang/management/OperatingSystemMXBean.html#getSystemLoadAverage()).
|
||||
|
|
|
|||
Loading…
Reference in New Issue