add container processes/threads metrics

Signed-off-by: junot <junotxiang@kubesphere.io>
This commit is contained in:
junot
2022-03-07 11:05:50 +08:00
parent 2e596d5340
commit b205529bd6
2 changed files with 4 additions and 0 deletions

View File

@@ -264,6 +264,8 @@ var ContainerMetrics = []string{
"container_cpu_usage",
"container_memory_usage",
"container_memory_usage_wo_cache",
"container_processes_usage",
"container_threads_usage",
}
var PVCMetrics = []string{