fix(observability): 🐛 use cluster_environment as global clusterLabel for default dashboards
Default Victoria Metrics k8s dashboards were filtering on 'cluster' label which only contained 'observability'. Our metrics use 'cluster_environment' label which contains the actual cluster values: dev, edp, observability.
This commit is contained in:
parent
3141b7bd6c
commit
01c41c9379
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
global:
|
||||
# -- Cluster label to use for dashboards and rules
|
||||
clusterLabel: cluster
|
||||
clusterLabel: cluster_environment
|
||||
# -- Global license configuration
|
||||
license:
|
||||
key: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue