Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit ed3deaa

Browse files
committed
bump: syncing up alert names with updated alert names
Signed-off-by: Rohan R. Arora <rohan.arora@ibm.com>
1 parent 24fef1e commit ed3deaa

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

sre/playbooks/check_for_specific_alerts_in_firing_state.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,17 @@
5757
selectattr('state', '==', 'firing') |
5858
selectattr('labels.alertname', 'in', [
5959
'FailedPodsDetected',
60-
'PendingPodsDetected',
61-
'RequestLatency',
62-
'RequestErrorRate',
60+
'HighRequestLatency',
61+
'HighRequestErrorRate',
6362
'KafkaConnectionClosureRate',
6463
'CPUSpend',
6564
'MemorySpend',
6665
'CPUEfficiency',
67-
'MemoryEfficiency'
66+
'MemoryEfficiency',
67+
'KubeContainerWaiting',
68+
'KubeHpaMaxedOut',
69+
'KubePodCrashLooping',
70+
'KubePodNotReady'
6871
]) |
6972
list | length > 0)
7073

0 commit comments

Comments
 (0)