File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
operations/observability/mixins/meta/rules Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 57
57
summary : The error rate of the JSON RPC API is high on {{ $labels.cluster }}. Investigation required.
58
58
description : JSON RPC API error rate high
59
59
60
+ - alert : GitpodV1APIServerErrors
61
+ expr : sum(rate(grpc_server_handled_total{grpc_code=~"Internal|Unknown|DataLoss", grpc_service=~"gitpod.v1.*"}[5m])) by (cluster) / sum(rate(grpc_server_handled_total{grpc_service=~"gitpod.v1.*"}[5m])) by (cluster) > 0.01
62
+ for : 5m
63
+ labels :
64
+ severity : critical
65
+ team : webapp
66
+ dedicated : included
67
+ annotations :
68
+ runbook_url : https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodV1APIServerErrors.md
69
+ summary : gitpod.v1 API is returning higher number of errors on {{ $labels.cluster }}. Investigation required.
70
+ description : gitpod.v1 API is returning higher number of errors
71
+
72
+
60
73
- alert : WebsocketConnectionRateHigh
61
74
# Reasoning: the values are taken from past data
62
75
expr : sum(rate(gitpod_server_api_connections_total[2m])) by (pod) > 5
You can’t perform that action at this time.
0 commit comments