formula-prometheus/metadata/service/relay/init.yml
Bartosz Kupidura 5e9fb1d347 Allow to deploy prometheus as standalone service
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
2018-03-12 17:26:06 +04:00

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}