1
0
Fork 0
formula-grafana/grafana/meta/grafana.yml

28 lines
1.1 KiB
YAML
Raw Normal View History

2016-10-22 06:30:30 -04:00
dashboard:
grafana_influxdb:
datasource: influxdb
2017-01-09 08:30:04 -05:00
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']