Skip to content

Commit 2a299a3

Browse files
committed
chore: adjust rule annotations
1 parent 4d3b936 commit 2a299a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/telemetry/alerts/gateways.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ spec:
1919
severity: critical
2020
slo_violation: "true"
2121
annotations:
22-
summary: "Gateway {{ $labels.name }} is taking longer than 60 seconds to reach Ready status"
23-
description: "Gateway {{ $labels.name }} in namespace {{ $labels.namespace }} has been in creation state for {{ $value }} seconds without reaching Ready status (Accepted=True AND Programmed=True), which exceeds the 60-second SLO threshold."
22+
summary: "Gateway {{ $labels.resource_name }} is taking longer than 60 seconds to reach Ready status"
23+
description: "Gateway {{ $labels.resource_name }} in namespace {{ $labels.resource_namespace }} has been in creation state for {{ $value }} seconds without reaching Ready status (Accepted=True AND Programmed=True), which exceeds the 60-second SLO threshold."
2424

2525
- alert: GatewayDegradedSLOViolation
2626
expr: |

0 commit comments

Comments
 (0)