fix: PrometheusAllTargetsMissing (#283)

This commit is contained in:
Samuel Berthe 2022-06-09 00:43:40 +02:00
parent 2323541f2d
commit 3faf1332a1
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -23,7 +23,7 @@ groups:
severity: critical
- name: Prometheus all targets missing
description: A Prometheus job does not have living target anymore.
query: 'count by (job) (up) == 0'
query: 'sum by (job) (up) == 0'
severity: critical
- name: Prometheus configuration reload failure
description: Prometheus configuration reload error