Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion mysqld-mixin/alerts/galera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ groups:
- name: GaleraAlerts
rules:
- alert: MySQLGaleraNotReady
expr: mysql_global_status_wsrep_ready != 1
# check mysql_galera_status_info is present to avoid false positives with non-galera setups.
expr: mysql_global_status_wsrep_ready != 1 and on (job, instance) mysql_galera_status_info
for: 5m
labels:
severity: warning
Expand Down
12 changes: 6 additions & 6 deletions mysqld-mixin/dashboards/mysql-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"mean"
Expand Down Expand Up @@ -169,7 +169,7 @@
},
"graphMode": "area",
"justifyMode": "auto",
"orientation": "horizontal",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"mean"
Expand Down Expand Up @@ -253,7 +253,7 @@
},
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"mean"
Expand Down 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 Expand Up @@ -3795,7 +3795,7 @@
"type": "timepicker"
},
"timezone": "",
"title": "MySQL",
"title": "MySQL overview",
"uid": "549c2bf8936f7767ea6ac47c47b00f2a",
"version": 1
}