885c5fc79c
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.
9 lines
341 B
YAML
9 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']
|