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
5 lines
294 B
Text
5 lines
294 B
Text
{% from "prometheus/map.jinja" import server with context %}
|
|
PROMETHEUS_CONFIG_DIR={{ server.dir.config }}
|
|
PROMETHEUS_DATA_DIR={{ server.dir.data }}
|
|
PROMETHEUS_BIND_ADDRESS={{ server.bind.address }}:{{ server.bind.port }}
|
|
PROMETHEUS_STORAGE_LOCAL_RETENTION={{ server.storage.local.retention }}
|