Merge pull request #4705 from junotx/device-monitor

add node device usage metrics
This commit is contained in:
KubeSphere CI Bot
2022-03-04 14:52:44 +08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -123,6 +123,9 @@ var NodeMetrics = []string{
"node_pod_abnormal_ratio",
"node_pleg_quantile",
"node_device_size_usage",
"node_device_size_utilisation",
// meter
"meter_node_cpu_usage",
"meter_node_memory_usage_wo_cache",