1e62599ad1
Change-Id: I594ce5914403d2fb7655b69262dfca61bef7cadf
27 lines
1.1 KiB
YAML
27 lines
1.1 KiB
YAML
dashboard:
|
|
grafana_influxdb:
|
|
datasource: influxdb
|
|
format: json
|
|
template: grafana/files/grafana_dashboards/grafana_influxdb.json
|
|
grafana_prometheus:
|
|
datasource: prometheus
|
|
format: json
|
|
template: grafana/files/grafana_dashboards/grafana_prometheus.json
|
|
main_influxdb:
|
|
datasource: influxdb
|
|
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']
|
|
main_prometheus:
|
|
datasource: prometheus
|
|
format: yaml
|
|
base_dashboards: ['grafana:client:base_templates:prometheus_main_dashboard']
|
|
base_rows: ['grafana:client:base_templates:service_row']
|
|
base_panels: ['grafana:client:base_templates:prometheus_cluster_status']
|
|
service_level:
|
|
datasource: influxdb
|
|
format: yaml
|
|
base_dashboards: ['grafana:client:base_templates:service_level_dashboard']
|
|
base_rows: ['grafana:client:base_templates:service_level_row']
|
|
base_panels: ['grafana:client:base_templates:service_level_piechart']
|