| Swann Croiset | 34c033b | 2017-04-12 15:50:57 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: | ||||
| 3 | grafana_prometheus_is_default: true | ||||
| 4 | grafana_prometheus_ds_name: prometheus | ||||
| 5 | grafana: | ||||
| 6 | client: | ||||
| 7 | datasource: | ||||
| 8 | prometheus: | ||||
| 9 | type: prometheus | ||||
| 10 | name: ${_param:grafana_prometheus_ds_name} | ||||
| 11 | host: ${_param:grafana_prometheus_address} | ||||
| 12 | port: ${_param:grafana_prometheus_port} | ||||
| 13 | is_default: ${_param:grafana_prometheus_is_default} | ||||
| 14 | |||||