13 lines
235 B
YAML
13 lines
235 B
YAML
|
applications:
|
||
|
- prometheus
|
||
|
classes:
|
||
|
- service.prometheus.support
|
||
|
parameters:
|
||
|
_param:
|
||
|
prometheus_relay_bind_port: 8080
|
||
|
prometheus:
|
||
|
relay:
|
||
|
enabled: true
|
||
|
bind:
|
||
|
port: ${_param:prometheus_relay_bind_port}
|