Skip to content

Commit

Permalink
Fixup mixin linting
Browse files Browse the repository at this point in the history
Fix linter errors for the mixin dashboard.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed Dec 11, 2023
1 parent 3b33f84 commit 9b081ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mysqld-mixin/dashboards/mysql-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -3690,7 +3690,7 @@
},
"hide": 0,
"includeAll": false,
"label": "Data Source",
"label": "Data source",
"multi": false,
"name": "datasource",
"options": [],
Expand All @@ -3713,12 +3713,12 @@
"definition": "label_values(mysql_up, job)",
"hide": 0,
"includeAll": true,
"label": "job",
"label": "Job",
"multi": true,
"name": "job",
"options": [],
"query": "label_values(mysql_up, job)",
"refresh": 1,
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
Expand All @@ -3742,12 +3742,12 @@
"definition": "label_values(mysql_up, instance)",
"hide": 0,
"includeAll": true,
"label": "instance",
"label": "Instance",
"multi": true,
"name": "instance",
"options": [],
"query": "label_values(mysql_up, instance)",
"refresh": 1,
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
Expand Down

0 comments on commit 9b081ba

Please sign in to comment.