File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
operations/observability/mixins/meta/rules/components/server Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 104
104
{
105
105
alert: 'MessagebusNotRunning' ,
106
106
expr: 'up{job="messagebus"} < 1' ,
107
- 'for' : '30s ' ,
107
+ 'for' : '2m ' ,
108
108
labels: {
109
109
// sent to the team internal channel until we fine tuned it
110
110
severity: 'warning' ,
111
111
team: 'webapp'
112
112
},
113
113
annotations: {
114
114
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.' ,
116
116
description: 'Messagebus pod not running' ,
117
117
},
118
118
},
145
145
annotations: {
146
146
runbook_url: 'https://github.com/gitpod-io/runbooks/blob/main/runbooks/WebAppServicesHighCPUUsage.md' ,
147
147
summary: 'WebApp services consume excessive amounts of CPU. Investigation required.' ,
148
- description: 'WebApp Services execcisve CPU USAGE ' ,
148
+ description: 'WebApp Services execcisve CPU usage ' ,
149
149
},
150
150
},
151
151
{
You can’t perform that action at this time.
0 commit comments