1
0
Fork 0
mirror of synced 2024-05-27 20:31:09 -04:00
formula-grafana/grafana/meta/grafana.yml
Guillaume Thouvenin 885c5fc79c Provides a base panel to construct the main dashboard
This patch adds a default panel that will be used when another service
will add a new panel into the main dashboard through grains. This is the
common part between all panels of the main dashboard.

It replaces the static main dashboard that has been removed.
2017-01-26 13:26:29 +01:00

10 lines
341 B
YAML

dashboard:
grafana:
format: json
template: grafana/files/grafana_dashboards/grafana_influxdb.json
main:
format: yaml
base_dashboards: ['grafana:client:base_templates:main_dashboard']
base_rows: ['grafana:client:base_templates:service_row']
base_panels: ['grafana:client:base_templates:cluster_status_singlestat']