diff --git a/_data/rules.yml b/_data/rules.yml index ff5a8f9..6b6b7d8 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -3500,7 +3500,7 @@ groups: for: 2m - name: Spinnaker zombie executions description: "{{ $value }} zombie pipeline executions detected. These are executions with no corresponding queue messages." - query: 'sum(queue_zombies_total) > 0' + query: 'rate(queue_zombies_total[5m]) > 0' severity: warning for: 5m comments: |