Skip to content

Commit ab82440

Browse files
authored
[workspace] UPdate regular not active alert (#17997)
1 parent df861c3 commit ab82440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operations/observability/mixins/workspace/rules/satellite/workspaces.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ spec:
2828
summary: too many running but inactive workspaces
2929
description: too many running but inactive workspaces.
3030
expr: |
31-
gitpod_workspace_regular_not_active_percentage_mk2 > 0.10
31+
gitpod_workspace_regular_not_active_percentage_mk2 > 0.08
3232
AND
33-
sum(gitpod_ws_manager_mk2_workspace_activity_total) by(cluster) > 20
33+
sum(gitpod_ws_manager_mk2_workspace_activity_total) by(cluster) > 25
3434
3535
- alert: GitpodWorkspacesNotStartingMk2
3636
labels:

0 commit comments

Comments
 (0)