blob: c4835efc86dd45339276953cd298c3d419334b23 [file] [log] [blame]
Swann Croiset34c033b2017-04-12 15:50:57 +02001parameters:
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