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
10 lines
350 B
YAML
10 lines
350 B
YAML
parameters:
|
|
prometheus:
|
|
relay:
|
|
backends:
|
|
- host: ${_param:cluster_node01_address}
|
|
port: ${_param:prometheus_server_bind_port}
|
|
- host: ${_param:cluster_node02_address}
|
|
port: ${_param:prometheus_server_bind_port}
|
|
- host: ${_param:cluster_node03_address}
|
|
port: ${_param:prometheus_server_bind_port}
|