infrastructure/roles/monitoring/templates/prometheus/prometheus.yml.j2

10 lines
212 B
Text
Raw Permalink Normal View History

{{ ansible_managed | comment }}
global:
scrape_interval: 60s
scrape_timeout: 10s
evaluation_interval: 60s
scrape_configs:
{{ monitoring_prometheus_scrape_configs | to_nice_yaml(indent=2) | indent(2) }}