Merge pull request #3002 from yunkunrao/add_kubelet_pleg_relist_quantile

Add node metric: node_pleg_quantile
This commit is contained in:
KubeSphere CI Bot
2020-11-06 17:24:58 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ var NodeMetrics = []string{
"node_load5",
"node_load15",
"node_pod_abnormal_ratio",
"node_pleg_quantile",
}
var WorkspaceMetrics = []string{