You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment of writing buildin dasbhoard do utilize {job=~".*etcd.*", job="$cluster"} even cluster variable already filtered globally by .*etcd.* and is actually a job, while cluster as name of variable need to be used to differentiate real clusters, as result I have 2 k8s clusters and all etcds are joined by one name of job.
Describe the solution you'd like.
Adjust etcd dashboard to utilize $cluster and $job properly.
Describe alternatives you've considered.
N/A
Additional context.
I have multicluster enabled in grafana sidecar settings for both global and etcd.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem ?
At the moment of writing buildin dasbhoard do utilize
{job=~".*etcd.*", job="$cluster"}
evencluster
variable already filtered globally by.*etcd.*
and is actually ajob
, whilecluster
as name of variable need to be used to differentiate real clusters, as result I have 2 k8s clusters and all etcds are joined by one name of job.Describe the solution you'd like.
Adjust etcd dashboard to utilize
$cluster
and$job
properly.Describe alternatives you've considered.
N/A
Additional context.
I have
multicluster
enabled ingrafana
sidecar settings for bothglobal
andetcd
.The text was updated successfully, but these errors were encountered: