mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 01:47:17 +08:00
Fix HPA alerts
- Fixing KubernetesHpaMetricAvailability - Fixing KubernetesHpaScalingAbility
This commit is contained in:
parent
4cd3ff1d4a
commit
8fb5da83de
1 changed files with 3 additions and 3 deletions
|
|
@ -990,11 +990,11 @@ groups:
|
||||||
severity: critical
|
severity: critical
|
||||||
- name: Kubernetes HPA scaling ability
|
- name: Kubernetes HPA scaling ability
|
||||||
description: Pod is unable to scale
|
description: Pod is unable to scale
|
||||||
query: 'kube_hpa_status_condition{condition="false", status="AbleToScale"} == 1'
|
query: 'kube_hpa_status_condition{status="false", condition ="AbleToScale"} == 1'
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Kubernetes HPA metric availability
|
- name: Kubernetes HPA metric availability
|
||||||
description: HPA is not able to colelct metrics
|
description: HPA is not able to collect metrics
|
||||||
query: 'kube_hpa_status_condition{condition="false", status="ScalingActive"} == 1'
|
query: 'kube_hpa_status_condition{status="false", condition="ScalingActive"} == 1'
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Kubernetes HPA scale capability
|
- name: Kubernetes HPA scale capability
|
||||||
description: The maximum number of desired Pods has been hit
|
description: The maximum number of desired Pods has been hit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue