Skip to content

Commit 2a3e4d6

Browse files
Prince Rachit Sinharoboquat
authored andcommitted
Update GitpodWorkspaceTooManyRegularNotActive severity level
1 parent 89950b7 commit 2a3e4d6

File tree

1 file changed

+3
-3
lines changed
  • operations/observability/mixins/workspace/rules/components/workspaces

1 file changed

+3
-3
lines changed

operations/observability/mixins/workspace/rules/components/workspaces/alerts.libsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@
6161
{
6262
alert: 'GitpodWorkspaceTooManyRegularNotActive',
6363
labels: {
64-
severity: 'warning',
64+
severity: 'critical',
6565
},
66-
'for': '10m',
66+
'for': '15m',
6767
annotations: {
6868
runbook_url: 'none',
6969
summary: 'too many running but inactive workspaces',
7070
description: 'too many running but inactive workspaces',
7171
},
7272
expr: |||
73-
gitpod_workspace_regular_not_active_percentage > 0.10 AND sum(gitpod_ws_manager_workspace_activity_total) > 100
73+
gitpod_workspace_regular_not_active_percentage > 0.15 AND sum(gitpod_ws_manager_workspace_activity_total) > 100
7474
|||,
7575
},
7676
],

0 commit comments

Comments
 (0)