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,32 @@
groups:
- name: EKS-App-Alerts
rules:
- alert: FY_CACHE_HIT_BELOW_THRESHOLD_ALERT_AD_Organic_EKS
expr: ((sum(rate(vision_relevance_fy_cache_hit_total{tenant_context =~ "AD|ORGANIC"})) by (tenant_context)) / (sum(rate(vision_relevance_fy_request_total{tenant_context =~ "AD|ORGANIC"})) by (tenant_context)) *100) <= 84
for: 12m
labels:
severity: critical
bu: demand
team: discovery-ranking
service: vision-web
env: prd
priority: p0
annotations:
summary: "EKS FY_CACHE_HIT_LESS_THAN_EIGHTY_FIVE_ALERT_EKS on {{ $labels.service }}"
description: "EKS FY_CACHE_HIT_LESS_THAN_EIGHTY_FIVE_ALERT_EKS on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }} :: https://grafana.meesho.com/d/lyblxtJ4z/sale-dashboard?orgId=1&from=now-30m&to=now&tab=query&viewPanel=8 "
rules:
- alert: FY_CACHE_HIT_BELOW_THRESHOLD_ALERT_CT_EKS
expr: ((sum(rate(vision_relevance_fy_cache_hit_total{tenant_context =~ "CT"})) by (tenant_context)) / (sum(rate(vision_relevance_fy_request_total{tenant_context =~ "CT"})) by (tenant_context)) *100) <= 80
for: 12m
labels:
severity: critical
bu: demand
team: discovery-ranking
service: vision-web
env: prd
priority: p0
annotations:
summary: "EKS FY_CACHE_HIT_LESS_THAN_EIGHTY_FIVE_ALERT_EKS on {{ $labels.service }}"
description: "EKS FY_CACHE_HIT_LESS_THAN_EIGHTY_FIVE_ALERT_EKS on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }} :: https://grafana.meesho.com/d/lyblxtJ4z/sale-dashboard?orgId=1&from=now-30m&to=now&tab=query&viewPanel=8 "
@@ -0,0 +1,16 @@
groups:
- name: EKS-App-Alerts
rules:
- alert: CATALOG_HIDDEN_RATE_FOR_YOU_V2_EKS
expr: sum(rate(vision_catalog_invalid_hidden_value{parent="/api/v2/for-you"})) by(parent) >= 28000
for: 1m
labels:
severity: critical
bu: demand
team: discovery-ranking
service: vision-web
env: prd
priority: p0
annotations:
summary: "EKS CATALOG_HIDDEN_RATE_FOR_YOU_V2 on {{ $labels.service }}"
description: "EKS CATALOG_HIDDEN_RATE_FOR_YOU_V2 on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }}"
@@ -0,0 +1,16 @@
groups:
- name: EKS-App-Alerts
rules:
- alert: Calalog_hidden_Rate_For_You_V1_EKS
expr: sum(rate(vision_catalog_invalid_hidden_value{parent="/api/v1/for-you"})) by(parent) >= 20500
for: 10m
labels:
severity: critical
bu: demand
team: discovery-ranking
service: vision-web
env: prd
priority: p0
annotations:
summary: "EKS Calalog_hidden_Rate_For_You_V1 on {{ $labels.service }}"
description: "EKS Calalog_hidden_Rate_For_You_V1 on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }}"