mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +08:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
6e404bf804
commit
095437e9bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue