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 df861c3 commit ab82440Copy full SHA for ab82440
operations/observability/mixins/workspace/rules/satellite/workspaces.yaml
@@ -28,9 +28,9 @@ spec:
28
summary: too many running but inactive workspaces
29
description: too many running but inactive workspaces.
30
expr: |
31
- gitpod_workspace_regular_not_active_percentage_mk2 > 0.10
+ gitpod_workspace_regular_not_active_percentage_mk2 > 0.08
32
AND
33
- sum(gitpod_ws_manager_mk2_workspace_activity_total) by(cluster) > 20
+ sum(gitpod_ws_manager_mk2_workspace_activity_total) by(cluster) > 25
34
35
- alert: GitpodWorkspacesNotStartingMk2
36
labels:
0 commit comments