Files
devops-infra-helm-charts-gcp/helm-templates/victoria-metrics-alerts-config/configmap/supply/supplier-ads/ads-payment-HTTP_5XX_Alert.yaml
T
2026-08-26 03:39:42 +05:30

17 lines
616 B
YAML

groups:
- name: EKS-App-Alerts
rules:
- alert: HTTP_5XX_Alert_EKS
expr: sum(rate(nginx_ingress_controller_requests{cluster!="prod-ops-cluster", status=~"[5].*", service=~"prd-ads-payment", job=~"kubernetes-pods"}[1m])) by (cluster, service, ingress, job) * 60 >= 10
for: 2m
labels:
severity: critical
bu: supply
team: supplier-ads
service: ads-payment
env: prd
priority: p1
annotations:
summary: "EKS HTTP 5XX Alert on {{ $labels.service }}"
description: "EKS HTTP 5XX Alert on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }}"