From 0b66cd33bd4d434112b6bcd8ca65f37e84a5854a Mon Sep 17 00:00:00 2001
From: Jason Tarasovic <jasontarasovic@mobilgov.com>
Date: Thu, 30 Jan 2020 07:33:14 -0600
Subject: [PATCH] manifests/prometheus-rules.yaml: regenerated file

---
 manifests/prometheus-rules.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifests/prometheus-rules.yaml b/manifests/prometheus-rules.yaml
index 422893cb..29cbdf3c 100644
--- a/manifests/prometheus-rules.yaml
+++ b/manifests/prometheus-rules.yaml
@@ -1329,8 +1329,8 @@ spec:
     rules:
     - alert: TargetDown
       annotations:
-        message: '{{ printf "%.4g" $value }}% of the {{ $labels.job }} targets in
-          {{ $labels.namespace }} namespace are down.'
+        message: '{{ printf "%.4g" $value }}% of the {{ $labels.job }}/{{ $labels.service
+          }} targets in {{ $labels.namespace }} namespace are down.'
       expr: 100 * (count(up == 0) BY (job, namespace, service) / count(up) BY (job,
         namespace, service)) > 10
       for: 10m
-- 
GitLab