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 a6efc81 commit 35eb279Copy full SHA for 35eb279
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