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

17 lines
630 B
YAML

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