added repo
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
groups:
|
||||
- name: EKS-App-Alerts
|
||||
rules:
|
||||
- alert: Controller_latency_p99_alert_EKS
|
||||
expr: histogram_quantile(0.99, sum(rate(CONTROLLER_execTime_bucket{uri!~".*health.*",podNamespace="prd-advertisement-admin"}[1m])) by (le)) >= 200
|
||||
for: 1m
|
||||
labels:
|
||||
severity: critical
|
||||
bu: supply
|
||||
team: supplier-ads
|
||||
service: advertisement-admin
|
||||
env: prd
|
||||
priority: p1
|
||||
annotations:
|
||||
summary: "EKS Controller_latency_p99_alert on {{ $labels.service }}"
|
||||
description: "EKS Controller_latency_p99_alert on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }}"
|
||||
Reference in New Issue
Block a user