Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INTERNAL] - Broker CPU utilization underestimated on Kubernetes
See: linkedin#1242 This is an internal patch to use SystemCpuLoad to monitor broker pod cpu usage knowing that we always run the broker in a container. As `SystemCpuLoad` reports un-normalized cpu load across all cores we do this normalization to match CC expected value in [0, 1] interval.
- Loading branch information