Skip to content

Commit d13bdfd

Browse files
nandajavarmaroboquat
authored andcommitted
Improve GitpodWorkspaceTooManyRegularNotActive alert
1 parent fe690d2 commit d13bdfd

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@
7777
labels: {
7878
severity: 'critical',
7979
},
80-
'for': '15m',
80+
'for': '10m',
8181
annotations: {
8282
runbook_url: 'https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodWorkspaceTooManyRegularNotActive.md',
8383
summary: 'too many running but inactive workspaces',
8484
description: 'too many running but inactive workspaces',
8585
},
8686
expr: |||
87-
gitpod_workspace_regular_not_active_percentage > 0.15 AND sum(gitpod_ws_manager_workspace_activity_total) > 100
87+
gitpod_workspace_regular_not_active_percentage > 0.10
8888
|||,
8989
},
9090
{

0 commit comments

Comments
 (0)