Skip to content

Commit 4035d12

Browse files
geroplroboquat
authored andcommitted
[ops] WebApp: alert on messagebus not running
1 parent d394c24 commit 4035d12

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

operations/observability/mixins/meta/rules/components/server/alerts.libsonnet

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,21 @@
8282
description: 'Websocket connection rate high',
8383
},
8484
},
85+
{
86+
alert: 'MessagebusNotRunning',
87+
expr: 'up{job="messagebus"} < 1',
88+
'for': '30s',
89+
labels: {
90+
// sent to the team internal channel until we fine tuned it
91+
severity: 'warning',
92+
team: 'webapp'
93+
},
94+
annotations: {
95+
runbook_url: 'https://github.com/gitpod-io/runbooks/blob/main/runbooks/MessagebusNotRunning.md',
96+
summary: 'The messagebus pod is not running. Investigation required.',
97+
description: 'Messagebus pod not running',
98+
},
99+
},
85100
],
86101
},
87102
],

0 commit comments

Comments
 (0)