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.
2 parents 96b25b2 + 35eb279 commit 2d16c6dCopy full SHA for 2d16c6d
resources/harbor/include/alerts/alerts.yaml
@@ -67,7 +67,7 @@ groups:
67
description: Harbor p99 latency is higher than 10 seconds
68
- alert: '[Harbor] Harbor Error Rate is High'
69
expr: |
70
- sum(rate(registry_http_requests_total{code=~"4..|5.."}[5m]))/sum(rate(registry_http_requests_total[5m]))
+ sum(rate(registry_http_requests_total{code=~"4..|5.."}[5m]))/sum(rate(registry_http_requests_total[5m])) > 0.15
71
for: 5m
72
labels:
73
severity: warning
0 commit comments