File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ limitations under the License.
2020package node
2121
2222const (
23- CustomMetricNodeCPULoad1Min = "node_cpu_load_system_1min"
23+ CustomMetricNodeCPUUsageRatio = "node_cpu_usage_ratio"
24+ CustomMetricNodeCPULoad1Min = "node_cpu_load_system_1min"
2425)
2526
2627// real-time memory related metric
Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ package pod
2121
2222// real-time cpu related metric
2323const (
24- CustomMetricPodCPULoad1Min = "pod_cpu_load_1min"
25- CustomMetricPodCPUUsage = "pod_cpu_usage"
26- CustomMetricPodCPUCPI = "pod_cpu_cpi"
24+ CustomMetricPodCPULoad1Min = "pod_cpu_load_1min"
25+ CustomMetricPodCPUUsage = "pod_cpu_usage"
26+ CustomMetricPodCPUUsageRatio = "pod_cpu_usage_ratio"
27+ CustomMetricPodCPUCPI = "pod_cpu_cpi"
2728)
2829
2930const (
You can’t perform that action at this time.
0 commit comments