Remove unused alerting and rule_files from prometheus.yml

Alerting is handled by Grafana, not Prometheus Alertmanager.
The empty alertmanagers and rule_files sections were just noise.

Resolves PESO-74
This commit is contained in:
Rasmus Wejlgaard 2026-03-29 09:37:10 +00:00
parent 339c08c5c2
commit ac6174c64d

View file

@ -8,13 +8,6 @@ global:
scrape_interval: 15s
evaluation_interval: 15s
alerting:
alertmanagers:
- static_configs:
- targets: []
rule_files: []
scrape_configs:
- job_name: "prometheus"
static_configs: