manifests/prometheus-rules.yaml: regenerated file

This commit is contained in:
Jason Tarasovic 2020-01-30 07:33:14 -06:00
parent 27e0a4c9a2
commit 0b66cd33bd

View File

@ -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