You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
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']
|
|
|