Skip to content

Commit

Permalink
Chain dashboard jon and instance vars
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaly Zhuravlev <[email protected]>
  • Loading branch information
v-zhuravlev committed Dec 16, 2022
1 parent 530e351 commit 5caf5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysqld-mixin/dashboards/mysql-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -3739,14 +3739,14 @@
]
},
"datasource": "$datasource",
"definition": "label_values(mysql_up, instance)",
"definition": "label_values(mysql_up{job=~\"$job\"}, instance)",
"hide": 0,
"includeAll": true,
"label": "instance",
"multi": true,
"name": "instance",
"options": [],
"query": "label_values(mysql_up, instance)",
"query": "label_values(mysql_up{job=~\"$job\"}, instance)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
Expand Down

0 comments on commit 5caf5d7

Please sign in to comment.