Added loading CPU and Mem for containers in pod

This commit is contained in:
Alexandr Kozlenkov
2018-10-29 12:56:33 +03:00
committed by Bradley Cicenas
parent 7f6ff0b599
commit 9dec6b4c67
4 changed files with 49 additions and 48 deletions

View File

@@ -12,6 +12,11 @@ var params = []*Param{
Val: "state",
Label: "Container Sort Field",
},
&Param{
Key: "namespace",
Val: "state",
Label: "Kubernetes namespace for monitoring",
},
}
type Param struct {