tarantool / grafana-dashboard

Dashboard for Tarantool application and database server monitoring with Grafana
MIT License
37 stars 11 forks source link

Fix variables comparison in "Cluster status overview" query #108

Closed DifferentialOrange closed 3 years ago

DifferentialOrange commented 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