Added boilerplate for Prometheus

This commit is contained in:
2022-08-27 16:04:27 +02:00
parent 092cbcfdd1
commit 6db423d170
5 changed files with 63 additions and 6 deletions

View File

@ -0,0 +1,6 @@
groups:
- name: DemoAlerts
rules:
- alert: InstanceDown
expr: up{job="services"} < 1
for: 5m