Skip to content

Commit 73cbd09

Browse files
geroplroboquat
authored andcommitted
[ops] WebApp: review comments
1 parent cb30274 commit 73cbd09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@
104104
{
105105
alert: 'MessagebusNotRunning',
106106
expr: 'up{job="messagebus"} < 1',
107-
'for': '30s',
107+
'for': '2m',
108108
labels: {
109109
// sent to the team internal channel until we fine tuned it
110110
severity: 'warning',
111111
team: 'webapp'
112112
},
113113
annotations: {
114114
runbook_url: 'https://github.com/gitpod-io/runbooks/blob/main/runbooks/MessagebusNotRunning.md',
115-
summary: 'The messagebus pod is not running. Investigation required.',
115+
summary: 'The messagebus pod is not running. Workspace information is not being correctly propagated into web app clusters. Investigation required.',
116116
description: 'Messagebus pod not running',
117117
},
118118
},
@@ -145,7 +145,7 @@
145145
annotations: {
146146
runbook_url: 'https://github.com/gitpod-io/runbooks/blob/main/runbooks/WebAppServicesHighCPUUsage.md',
147147
summary: 'WebApp services consume excessive amounts of CPU. Investigation required.',
148-
description: 'WebApp Services execcisve CPU USAGE',
148+
description: 'WebApp Services execcisve CPU usage',
149149
},
150150
},
151151
{

0 commit comments

Comments
 (0)