Skip to content

Commit e2488cf

Browse files
fix: 프로메테우스 v3 오탈자 수정 (#539)
1 parent 5e2a132 commit e2488cf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docker/monitoring/prometheus/rules/auth-alerts.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ groups:
8383
annotations:
8484
summary: "이메일 발송 실패율 증가"
8585
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 }}"
86+
threshold: "10%"
8887

8988
# ⚠️ WARNING: 이메일 인증 실패 급증
9089
- alert: HighVerificationFailureRate
@@ -100,7 +99,7 @@ groups:
10099
annotations:
101100
summary: "이메일 인증 실패 급증"
102101
description: "10분간 이메일 인증 실패율이 {{ $value | printf \"%.1f\" }}%입니다."
103-
success_rate: "{{ printf \"%.1f\" (100 - $value) }}"
102+
threshold: "30%"
104103

105104
# ==================== Member 도메인 알림 ====================
106105
- name: member_alerts

0 commit comments

Comments
 (0)