diff --git a/model/go/metrics.yaml b/model/go/metrics.yaml index f52a12b4c8..63ee05d8c5 100644 --- a/model/go/metrics.yaml +++ b/model/go/metrics.yaml @@ -89,7 +89,7 @@ groups: metric_name: go.config.gogc brief: "Heap size target percentage configured by the user, otherwise 100." note: > - The value range is [0.0,100.0]. + The value range is \[0.0,100.0\]. Computed from `/gc/gogc:percent`. instrument: updowncounter unit: "%" diff --git a/model/jvm/metrics-experimental.yaml b/model/jvm/metrics-experimental.yaml index 80e3a99041..ba4ee4ec09 100644 --- a/model/jvm/metrics-experimental.yaml +++ b/model/jvm/metrics-experimental.yaml @@ -14,7 +14,7 @@ groups: stability: experimental brief: "Recent CPU utilization for the whole system as reported by the JVM." note: > - The value range is [0.0,1.0]. + 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](https://docs.oracle.com/en/java/javase/17/docs/api/jdk.management/com/sun/management/OperatingSystemMXBean.html#getCpuLoad()). @@ -27,7 +27,7 @@ groups: stability: experimental brief: "Average CPU load of the whole system for the last minute as reported by the JVM." note: > - The value range is [0,n], where n is the number of CPU cores - or a negative number if 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()). diff --git a/model/jvm/metrics.yaml b/model/jvm/metrics.yaml index 1930e83659..578fc1d6c9 100644 --- a/model/jvm/metrics.yaml +++ b/model/jvm/metrics.yaml @@ -116,7 +116,7 @@ groups: metric_name: jvm.cpu.recent_utilization brief: "Recent CPU utilization for the process as reported by the JVM." note: > - The value range is [0.0,1.0]. + 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](https://docs.oracle.com/en/java/javase/17/docs/api/jdk.management/com/sun/management/OperatingSystemMXBean.html#getProcessCpuLoad()). diff --git a/model/nodejs/metrics.yaml b/model/nodejs/metrics.yaml index fb6662310b..193f1139c7 100644 --- a/model/nodejs/metrics.yaml +++ b/model/nodejs/metrics.yaml @@ -77,7 +77,7 @@ groups: unit: "1" stability: experimental note: > - The value range is [0.0, 1.0] and can be retrieved from + The value range is \[0.0, 1.0\] and can be retrieved from [`performance.eventLoopUtilization([utilization1[, utilization2]])`](https://nodejs.org/api/perf_hooks.html#performanceeventlooputilizationutilization1-utilization2) - id: metric.nodejs.eventloop.time