add node device usage metrics

Signed-off-by: junot <junotxiang@kubesphere.io>
This commit is contained in:
junot
2022-03-02 16:00:15 +08:00
parent 003b96bf7a
commit 15e7f36e61
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",