blob: 22d57283cb97e4f5fd2ad0ba89e8c89f58ab6bf8 [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
Vnaumov7fc10312017-10-19 17:01:22 +03005 grafana_prometheus_address: ${_param:stacklight_monitor_address}
Swann Croiset34c033b2017-04-12 15:50:57 +02006 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}