5e9fb1d347
Now it is able to install proemtheus on host and use it to scrape data from other prometheuses. Prod-related: PROD-17350 Change-Id: I11d65920c0e9b685dead22a5551521fa15d13f25
12 lines
235 B
YAML
12 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}
|