Skip to content

Commit

Permalink
fix incorrect label in dashboard SLO probe alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenTobin authored and openshift-merge-bot[bot] committed Aug 22, 2024
1 parent 7ccc405 commit c4446d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/monitoring/prometheus/apps/prometheus-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit c4446d6

Please sign in to comment.