未验证 提交 c86dfbc7 编写于 作者: K KubeSphere CI Bot 提交者: GitHub

Merge pull request #3002 from yunkunrao/add_kubelet_pleg_relist_quantile

Add node metric: node_pleg_quantile
......@@ -112,6 +112,7 @@ var NodeMetrics = []string{
"node_load5",
"node_load15",
"node_pod_abnormal_ratio",
"node_pleg_quantile",
}
var WorkspaceMetrics = []string{
......
......@@ -109,6 +109,7 @@ var promQLTemplates = map[string]string{
"node_load5": `node:load5:ratio{$1}`,
"node_load15": `node:load15:ratio{$1}`,
"node_pod_abnormal_ratio": `node:pod_abnormal:ratio{$1}`,
"node_pleg_quantile": `node_quantile:kubelet_pleg_relist_duration_seconds:histogram_quantile{$1}`,
// workspace
"workspace_cpu_usage": `round(sum by (workspace) (namespace:container_cpu_usage_seconds_total:sum_rate{namespace!="", $1}), 0.001)`,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册