Hi, In the javadocs I see that the value of getCurrentCpuLoad is in the range [0,1] https://www.javadoc.io/static/org.apache.ignite/ignite-core/2.11.1/org/apache/ignite/internal/ClusterLocalNodeMetricsMXBeanImpl.html#getCurrentCpuLoad--
But in the code I see the value getting multiplied by 100. Why is this the case ? https://github.com/apache/ignite/blob/dafbbcaf8fd11cea410978bdb07f52e4ee1476fa/modules/core/src/main/java/org/apache/ignite/internal/ClusterLocalNodeMetricsMXBeanImpl.java#L244 Does the javadocs need to be updated ? *Thanks & Regards,* *Vishwas *