Skip to content

Commit c533392

Browse files
committed
[jwt] minor fixes to alerts
1 parent cb98e8c commit c533392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/prometheus/alerts/jwt-alerts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ groups:
2929
service: jwt
3030
annotations:
3131
summary: "JWT revocation failures detected"
32-
description: "JWT revocation database errors occurring at rate {{ $value }}/s"
32+
description: "JWT revocation errors occurring at rate {{ $value }}/s"
3333

3434
- alert: JWT_Validation_Failures_High
3535
expr: rate(sms_auth_jwt_tokens_validated_total{status="error"}[5m]) / max(rate(sms_auth_jwt_tokens_validated_total[5m]), 0.00001) > 0.1
@@ -39,4 +39,4 @@ groups:
3939
service: jwt
4040
annotations:
4141
summary: "High JWT validation failure rate"
42-
description: "Expired/revoked token validation rate is {{ $value | humanizePercentage }} (threshold: 10%)"
42+
description: "JWT validation failure rate is {{ $value | humanizePercentage }} (threshold: 10%)"

0 commit comments

Comments
 (0)