Browse Source

Provide grains for building the main dashboard

tags/mcp0.5
Guillaume Thouvenin 7 years ago
parent
commit
489a660a1f
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      galera/meta/grafana.yml

+ 15
- 0
galera/meta/grafana.yml View File

galera: galera:
format: json format: json
template: galera/files/grafana_dashboards/mysql_influxdb.json template: galera/files/grafana_dashboards/mysql_influxdb.json
main:
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)

Loading…
Cancel
Save