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 |
Vnaumov | 7fc1031 | 2017-10-19 17:01:22 +0300 | [diff] [blame] | 5 | grafana_prometheus_address: ${_param:stacklight_monitor_address} |
Swann Croiset | 34c033b | 2017-04-12 15:50:57 +0200 | [diff] [blame] | 6 | grafana: |
| 7 | client: |
| 8 | datasource: |
| 9 | prometheus: |
| 10 | type: prometheus |
| 11 | name: ${_param:grafana_prometheus_ds_name} |
| 12 | host: ${_param:grafana_prometheus_address} |
| 13 | port: ${_param:grafana_prometheus_port} |
| 14 | is_default: ${_param:grafana_prometheus_is_default} |