blob: 61488b50f67373fc8e8cc48f99453e5221e4335b [file] [log] [blame]
parameters:
_param:
prometheus_etcd_host: ${_param:haproxy_bind_address}
prometheus_etcd_port: 4001
prometheus:
server:
target:
static:
etcd:
enabled: true
endpoint:
- address: ${_param:prometheus_etcd_host}
port: ${_param:prometheus_etcd_port}