monitoring: update builtin metrics (#2074)
Signed-off-by: huanggze <loganhuang@yunify.com>
This commit is contained in:
@@ -24,10 +24,9 @@ import (
|
||||
"sort"
|
||||
)
|
||||
|
||||
// TODO(huanggze): the id value is dependent of Prometheus label-value pair (i.e. label_kubesphere_io_workspace). We should regulate the naming convention.
|
||||
const (
|
||||
IdentifierNode = "node"
|
||||
IdentifierWorkspace = "label_kubesphere_io_workspace"
|
||||
IdentifierWorkspace = "workspace"
|
||||
IdentifierNamespace = "namespace"
|
||||
IdentifierWorkload = "workload"
|
||||
IdentifierPod = "pod"
|
||||
|
||||
Reference in New Issue
Block a user