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 d394c24 commit 4035d12Copy full SHA for 4035d12
operations/observability/mixins/meta/rules/components/server/alerts.libsonnet
@@ -82,6 +82,21 @@
82
description: 'Websocket connection rate high',
83
},
84
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
100
],
101
102
0 commit comments