This is an automated email from the ASF dual-hosted git repository.
apkhmv pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new d20d772b2b4 IGNITE-27505 Clarify OS CpuLoad metric description (#7378)
d20d772b2b4 is described below
commit d20d772b2b40a21e736e7b322577db234e7ed4af
Author: Viacheslav Blinov <[email protected]>
AuthorDate: Fri Jan 9 13:33:43 2026 +0300
IGNITE-27505 Clarify OS CpuLoad metric description (#7378)
---
.../java/org/apache/ignite/internal/metrics/sources/OsMetricSource.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/metrics/src/main/java/org/apache/ignite/internal/metrics/sources/OsMetricSource.java
b/modules/metrics/src/main/java/org/apache/ignite/internal/metrics/sources/OsMetricSource.java
index d0ca63d8ea3..6353605278f 100644
---
a/modules/metrics/src/main/java/org/apache/ignite/internal/metrics/sources/OsMetricSource.java
+++
b/modules/metrics/src/main/java/org/apache/ignite/internal/metrics/sources/OsMetricSource.java
@@ -81,7 +81,7 @@ public class OsMetricSource implements MetricSource {
metricSetBuilder.doubleGauge(
"CpuLoad",
- "CPU load. The value is between 0.0 and 1.0, where 0.0 means
no CPU load and 1.0 means "
+ "System CPU load. The value is between 0.0 and 1.0, where 0.0
means no CPU load and 1.0 means "
+ "100% CPU load."
+ "If the CPU load is not available, a negative value
is returned.",
cpuLoadSupplier()