From 0e24f77ce7bb65025e0210e1dbb80e9d2badecdf Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 14 Jun 2023 08:26:45 -0700 Subject: [PATCH] Fix typo (#110) --- .../metrics/process-runtime-jvm-metrics-experimental.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic_conventions/metrics/process-runtime-jvm-metrics-experimental.yaml b/semantic_conventions/metrics/process-runtime-jvm-metrics-experimental.yaml index f8b134fba..e0a3721d4 100644 --- a/semantic_conventions/metrics/process-runtime-jvm-metrics-experimental.yaml +++ b/semantic_conventions/metrics/process-runtime-jvm-metrics-experimental.yaml @@ -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()).