forked from kubernetes/kube-state-metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added metrics describing the cpu and mem requests per container . (ku…
…bernetes#35) These metrics are retrieved using the v1 api directly. No additional accumulation or computation is done. The state is maintained per container in a pod in kubernetes. The metrics are also tagged by the node, where the containers are residing. Our use case for these metrics are as follows: It is useful to accumulate these per node and understand how much remaining un-requested resourced are available in each node. This would give an indication of the "utilization" of the cluster.
- Loading branch information
1 parent
cc22286
commit bf2e8db
Showing
3 changed files
with
113 additions
and
0 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
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
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