File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
operations/observability/mixins/workspace/rules/satellite Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
summary : too many running but inactive workspaces
29
29
description : too many running but inactive workspaces.
30
30
expr : |
31
- gitpod_workspace_regular_not_active_percentage_mk2 > 0.08
31
+ sum( gitpod_workspace_regular_not_active_percentage_mk2) by(cluster) > 0.08
32
32
AND
33
33
sum(gitpod_ws_manager_mk2_workspace_activity_total) by(cluster) > 25
34
34
41
41
summary : workspaces are not starting.
42
42
description : inactive regular workspaces exists but workspaces are not being started.
43
43
expr : |
44
- avg_over_time(gitpod_workspace_regular_not_active_percentage_mk2[1m]) > 0
44
+ sum by(cluster) ( avg_over_time(gitpod_workspace_regular_not_active_percentage_mk2[1m]) > 0)
45
45
AND
46
46
rate(gitpod_ws_manager_mk2_workspace_startup_seconds_sum{type="Regular"}[1m]) == 0
You can’t perform that action at this time.
0 commit comments