Skip to content

Commit d8b68fd

Browse files
authored
[obs] delay triggering GitpodWorkspaceTooManyRegularNotActiveMk2 (#18409)
Related false alarm: https://gitpod.slack.com/archives/C01TNS8EVQT/p1690945869670219
1 parent 9fe430d commit d8b68fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
expr: |
3333
sum(gitpod_workspace_regular_not_active_percentage_mk2) by(cluster) > 0.08
3434
AND
35-
sum(gitpod_ws_manager_mk2_workspace_activity_total) by(cluster) > 25
35+
sum(gitpod_ws_manager_mk2_workspace_activity_total) by(cluster) > 50
3636
3737
- alert: GitpodWorkspacesNotStartingMk2
3838
labels:

0 commit comments

Comments
 (0)