added repo

This commit is contained in:
Your Name
2026-08-26 03:39:42 +05:30
parent 45c25a95af
commit b8575bb8b9
6889 changed files with 1217125 additions and 0 deletions
@@ -0,0 +1,16 @@
groups:
- name: EKS-App-Alerts
rules:
- alert: WDRP_PERCENTAGE_ALERT_EKS
expr: (sum(increase(PRICE_ATTRIBUTES_COUNTER_value{ATTRIBUTES_TYPE="WDRP"}[1m])) by (eventType))*100/(sum(increase(PRICE_ATTRIBUTES_COUNTER_value{ATTRIBUTES_TYPE="TOTAL"}[1m])) by (eventType)) <= 80
for: 1m
labels:
severity: critical
bu: supply
team: supplier-service
service: pricing-service
env: prd
priority: p0
annotations:
summary: "EKS WDRP_PERCENTAGE_ALERT on {{ $labels.service }}"
description: "EKS WDRP_PERCENTAGE_ALERT on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }}"