infrastructure/roles/monitoring/templates/prometheus/prometheus.yml.j2
Saibotk 693184bd7c
refactor!(monitoring): Replace monitoring with monitoring_ng
Not much changed regarding variable names, only the role name changed.
2024-08-14 02:04:32 +02:00

9 lines
212 B
Django/Jinja

{{ 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) }}