mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
oops
This commit is contained in:
parent
8a31e4a4be
commit
a0c32093cb
1 changed files with 2 additions and 0 deletions
|
|
@ -1743,6 +1743,8 @@ groups:
|
|||
description: CronJob {{ $labels.namespace }}/{{ $labels.cronjob }} is taking more than 1h to complete.
|
||||
query: 'time() - kube_cronjob_next_schedule_time > 3600'
|
||||
severity: warning
|
||||
comments: |
|
||||
Threshold should be customized for each cronjob name.
|
||||
- name: Kubernetes job slow completion
|
||||
description: Kubernetes Job {{ $labels.namespace }}/{{ $labels.job_name }} did not complete in time.
|
||||
query: 'kube_job_spec_completions - kube_job_status_succeeded > 0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue