Hi,
I am trying to understand the CPU Load metrics reported by Flink 1.7.1 running with openjdk 1.8.0_212 on K8s. After deploying the Flink Job on K8s, I tried to get CPU Load metrics following this documentation<https://ci.apache.org/projects/flink/flink-docs-release-1.7/monitoring/metrics.html#rest-api-integration>. curl localhost:8081/taskmanagers/7737ac33b311ea0a696422680711597b/metrics?get=Status.JVM.CPU.Load,Status.JVM.CPU.Time [{"id":"Status.JVM.CPU.Load","value":"0.0023815194093831865"},{"id":"Status.JVM.CPU.Time","value":"23260000000"}] The value of the CPU load looks odd to me. What is the unit and scale of this value? How does Flink determine this value? Appreciate your time and help here. ~ Abhinav Bajaj