-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report container's CPU utilization, rather than node's.
So far, we've been using node_exporter's metrics, which reported metrics per node. We switch to using cadvisor's per container metrics, which measure provider performance in isolation. So far, we've been reporting CPU utilization as a percentage of total CPU resources. 100% CPU utilization on an 8-CPU machine meant all cores were fully utilized. We switch to reporting CPU utilization as a percentage of one CPU. Full utilization of an 8-CPU machine is now reported as 800%. Signed-off-by: Cem Mergenci <[email protected]>
- Loading branch information
Showing
1 changed file
with
151 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters