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 e6ff762 commit 1f5efeaCopy full SHA for 1f5efea
argo/cluster/monitoring/kube-prometheus-stack/chart/rules/srep.yaml
@@ -38,6 +38,14 @@ spec:
38
autoresolve: "false"
39
annotations:
40
summary: API Success Rate is < 99.99%
41
+ - alert: APIErrorLogs
42
+ expr: |
43
+ sum by (msg) (srep_api_error_log_count or vector(0)) > 5
44
+ for: 5m
45
+ labels:
46
+ severity: warning
47
+ annotations:
48
+ summary: More than 5 {{ $labels.msg }} errors seen in last 5 minutes
49
- alert: APIMysqlDown
50
expr: mysql_up{service="srep-mysql"} == 0
51
for: 0m
0 commit comments