Saltstack Official Galera Formula
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- dashboard:
- galera_prometheus:
- datasource: prometheus
- format: json
- template: galera/files/grafana_dashboards/mysql_prometheus.json
- galera_influxdb:
- datasource: influxdb
- format: json
- template: galera/files/grafana_dashboards/mysql_influxdb.json
- main:
- datasource: influxdb
- row:
- ost-middleware:
- title: Middleware
- panel:
- mysql:
- title: MySQL
- links:
- - dashboard: MySQL
- title: MySQL
- type: dashboard
- target:
- cluster_status:
- rawQuery: true
- query: SELECT last(value) FROM cluster_status WHERE cluster_name = 'mysql' AND environment_label = '$environment' AND $timeFilter GROUP BY time($interval) fill(null)
- main_prometheus:
- datasource: prometheus
- row:
- ost-middleware:
- title: Middleware
- panel:
- nova:
- title: MySQL
- links:
- - dashboard: MySQL
- title: MySQL
- type: dashboard
- target:
- cluster_status:
- expr: avg(mysql_up) by (name)
|