blob: c4835efc86dd45339276953cd298c3d419334b23 [file] [log] [blame]
parameters:
_param:
grafana_prometheus_is_default: true
grafana_prometheus_ds_name: prometheus
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}