We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2a132 commit e2488cfCopy full SHA for e2488cf
1 file changed
docker/monitoring/prometheus/rules/auth-alerts.yml
@@ -83,8 +83,7 @@ groups:
83
annotations:
84
summary: "이메일 발송 실패율 증가"
85
description: "10분간 이메일 발송 실패율이 {{ $value | printf \"%.1f\" }}%입니다."
86
- success_rate: "{{ printf \"%.1f\" (100 - $value) }}"
87
- total_count: "{{ with query \"sum(increase(email_sent_total[10m]))\" }}{{ . | first | value }}{{ end }}"
+ threshold: "10%"
88
89
# ⚠️ WARNING: 이메일 인증 실패 급증
90
- alert: HighVerificationFailureRate
@@ -100,7 +99,7 @@ groups:
100
99
101
summary: "이메일 인증 실패 급증"
102
description: "10분간 이메일 인증 실패율이 {{ $value | printf \"%.1f\" }}%입니다."
103
+ threshold: "30%"
104
105
# ==================== Member 도메인 알림 ====================
106
- name: member_alerts
0 commit comments