File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
operations/observability/mixins/meta/rules/components/server Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 66
66
description: 'JSON RPC API error rate high' ,
67
67
},
68
68
},
69
+ {
70
+ alert: 'WebsocketConnectionRateHigh' ,
71
+ // Reasoning: the values are taken from past data
72
+ expr: 'sum(rate(server_websocket_connection_count[2m])) > 30' ,
73
+ 'for' : '5m' ,
74
+ labels: {
75
+ // sent to the team internal channel until we fine tuned it
76
+ severity: 'warning' ,
77
+ team: 'webapp'
78
+ },
79
+ annotations: {
80
+ runbook_url: 'https://github.com/gitpod-io/runbooks/blob/main/runbooks/WebsocketConnectionRateHigh.md' ,
81
+ summary: 'The websocket connection rate is higher than usual. Investigation required.' ,
82
+ description: 'Websocket connection rate high' ,
83
+ },
84
+ },
69
85
],
70
86
},
71
87
],
You can’t perform that action at this time.
0 commit comments