We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe690d2 commit d13bdfdCopy full SHA for d13bdfd
operations/observability/mixins/workspace/rules/components/workspaces/alerts.libsonnet
@@ -77,14 +77,14 @@
77
labels: {
78
severity: 'critical',
79
},
80
- 'for': '15m',
+ 'for': '10m',
81
annotations: {
82
runbook_url: 'https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodWorkspaceTooManyRegularNotActive.md',
83
summary: 'too many running but inactive workspaces',
84
description: 'too many running but inactive workspaces',
85
86
expr: |||
87
- gitpod_workspace_regular_not_active_percentage > 0.15 AND sum(gitpod_ws_manager_workspace_activity_total) > 100
+ gitpod_workspace_regular_not_active_percentage > 0.10
88
|||,
89
90
{
0 commit comments