File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
deployments/prometheus/alerts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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%)"
You can’t perform that action at this time.
0 commit comments