mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-27 17:31:51 +02:00
manifests/prometheus-rules.yaml: regenerated file
This commit is contained in:
parent
27e0a4c9a2
commit
0b66cd33bd
@ -1329,8 +1329,8 @@ spec:
|
|||||||
rules:
|
rules:
|
||||||
- alert: TargetDown
|
- alert: TargetDown
|
||||||
annotations:
|
annotations:
|
||||||
message: '{{ printf "%.4g" $value }}% of the {{ $labels.job }} targets in
|
message: '{{ printf "%.4g" $value }}% of the {{ $labels.job }}/{{ $labels.service
|
||||||
{{ $labels.namespace }} namespace are down.'
|
}} targets in {{ $labels.namespace }} namespace are down.'
|
||||||
expr: 100 * (count(up == 0) BY (job, namespace, service) / count(up) BY (job,
|
expr: 100 * (count(up == 0) BY (job, namespace, service) / count(up) BY (job,
|
||||||
namespace, service)) > 10
|
namespace, service)) > 10
|
||||||
for: 10m
|
for: 10m
|
||||||
|
Loading…
x
Reference in New Issue
Block a user