Saltstack Official Galera Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 satır
763B

  1. dashboard:
  2. galera_prometheus:
  3. datasource: prometheus
  4. format: json
  5. template: galera/files/grafana_dashboards/mysql_prometheus.json
  6. galera_influxdb:
  7. datasource: influxdb
  8. format: json
  9. template: galera/files/grafana_dashboards/mysql_influxdb.json
  10. main:
  11. row:
  12. ost-middleware:
  13. title: Middleware
  14. panel:
  15. mysql:
  16. title: MySQL
  17. links:
  18. - dashboard: MySQL
  19. title: MySQL
  20. type: dashboard
  21. target:
  22. cluster_status:
  23. rawQuery: true
  24. query: SELECT last(value) FROM cluster_status WHERE cluster_name = 'mysql' AND environment_label = '$environment' AND $timeFilter GROUP BY time($interval) fill(null)