Closed DifferentialOrange closed 3 years ago
It is a rule of thumb to use =~ comparison in variables to support possible multi-value queries. We use job=~"$job" everywhere except for "Cluster status overview" panel. This inconsistency should be fixed. https://github.com/tarantool/grafana-dashboard/blob/30dd7fad88b58e6494801c410305a6c7514bdfab/dashboard/panels/cluster.libsonnet#L82-L83
=~
job=~"$job"
It is a rule of thumb to use
=~
comparison in variables to support possible multi-value queries. We usejob=~"$job"
everywhere except for "Cluster status overview" panel. This inconsistency should be fixed. https://github.com/tarantool/grafana-dashboard/blob/30dd7fad88b58e6494801c410305a6c7514bdfab/dashboard/panels/cluster.libsonnet#L82-L83