We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530e351 commit 477acc5Copy full SHA for 477acc5
mysqld-mixin/dashboards/mysql-overview.json
@@ -3739,14 +3739,14 @@
3739
]
3740
},
3741
"datasource": "$datasource",
3742
- "definition": "label_values(mysql_up, instance)",
+ "definition": "label_values(mysql_up{job=~\"$job\"}, instance)",
3743
"hide": 0,
3744
"includeAll": true,
3745
"label": "instance",
3746
"multi": true,
3747
"name": "instance",
3748
"options": [],
3749
- "query": "label_values(mysql_up, instance)",
+ "query": "label_values(mysql_up{job=~\"$job\"}, instance)",
3750
"refresh": 1,
3751
"regex": "",
3752
"skipUrlSync": false,
0 commit comments