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 89950b7 commit 2a3e4d6Copy full SHA for 2a3e4d6
operations/observability/mixins/workspace/rules/components/workspaces/alerts.libsonnet
@@ -61,16 +61,16 @@
61
{
62
alert: 'GitpodWorkspaceTooManyRegularNotActive',
63
labels: {
64
- severity: 'warning',
+ severity: 'critical',
65
},
66
- 'for': '10m',
+ 'for': '15m',
67
annotations: {
68
runbook_url: 'none',
69
summary: 'too many running but inactive workspaces',
70
description: 'too many running but inactive workspaces',
71
72
expr: |||
73
- gitpod_workspace_regular_not_active_percentage > 0.10 AND sum(gitpod_ws_manager_workspace_activity_total) > 100
+ gitpod_workspace_regular_not_active_percentage > 0.15 AND sum(gitpod_ws_manager_workspace_activity_total) > 100
74
|||,
75
76
],
0 commit comments