blob: 681b9dfc17dece803a1311ace656a152f8a35e55 [file] [log] [blame]
parameters:
_param:
grafana_prometheus_is_default: true
grafana_prometheus_ds_name: prometheus
grafana_prometheus_address: ${_param:stacklight_monitor_address}
grafana:
client:
datasource:
prometheus:
type: prometheus
name: ${_param:grafana_prometheus_ds_name}
host: ${_param:grafana_prometheus_address}
port: ${_param:grafana_prometheus_port}
is_default: ${_param:grafana_prometheus_is_default}