From c4446d6caab6edce445a51e5d63c365f9316fc74 Mon Sep 17 00:00:00 2001 From: Steven Tobin Date: Thu, 22 Aug 2024 12:02:55 +0100 Subject: [PATCH] fix incorrect label in dashboard SLO probe alerts --- config/monitoring/prometheus/apps/prometheus-configs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/monitoring/prometheus/apps/prometheus-configs.yaml b/config/monitoring/prometheus/apps/prometheus-configs.yaml index c1b25b3bfbb..b19ec0394ba 100644 --- a/config/monitoring/prometheus/apps/prometheus-configs.yaml +++ b/config/monitoring/prometheus/apps/prometheus-configs.yaml @@ -734,7 +734,7 @@ data: rules: - alert: RHODS Dashboard Probe Success Burn Rate annotations: - message: 'High error budget burn for {{ $labels.instance }} (current value: {{ $value }}).' + message: 'High error budget burn for {{ $labels.name }} (current value: {{ $value }}).' triage: "https://gitlab.cee.redhat.com/service/managed-tenants-sops/-/blob/main/RHODS/RHODS-Dashboard/rhods-dashboard-probe-success-burn-rate.md" summary: RHODS Dashboard Probe Success Burn Rate expr: | @@ -747,7 +747,7 @@ data: namespace: redhat-ods-applications - alert: RHODS Dashboard Probe Success Burn Rate annotations: - message: 'High error budget burn for {{ $labels.instance }} (current value: {{ $value }}).' + message: 'High error budget burn for {{ $labels.name }} (current value: {{ $value }}).' triage: "https://gitlab.cee.redhat.com/service/managed-tenants-sops/-/blob/main/RHODS/RHODS-Dashboard/rhods-dashboard-probe-success-burn-rate.md" summary: RHODS Dashboard Probe Success Burn Rate expr: | @@ -760,7 +760,7 @@ data: namespace: redhat-ods-applications - alert: RHODS Dashboard Probe Success Burn Rate annotations: - message: 'High error budget burn for {{ $labels.instance }} (current value: {{ $value }}).' + message: 'High error budget burn for {{ $labels.name }} (current value: {{ $value }}).' triage: "https://gitlab.cee.redhat.com/service/managed-tenants-sops/-/blob/main/RHODS/RHODS-Dashboard/rhods-dashboard-probe-success-burn-rate.md" summary: RHODS Dashboard Probe Success Burn Rate expr: | @@ -773,7 +773,7 @@ data: namespace: redhat-ods-applications - alert: RHODS Dashboard Probe Success Burn Rate annotations: - message: 'High error budget burn for {{ $labels.instance }} (current value: {{ $value }}).' + message: 'High error budget burn for {{ $labels.name }} (current value: {{ $value }}).' triage: "https://gitlab.cee.redhat.com/service/managed-tenants-sops/-/blob/main/RHODS/RHODS-Dashboard/rhods-dashboard-probe-success-burn-rate.md" summary: RHODS Dashboard Probe Success Burn Rate expr: |