File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
operations/observability/mixins/workspace/rules/satellite Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ spec:
15
15
rules :
16
16
- record : gitpod_workspace_regular_not_active_percentage_mk2
17
17
expr : |
18
- gitpod_ws_manager_mk2_workspace_activity_total{active="false"} / gitpod_ws_manager_mk2_workspace_activity_total
18
+ sum( gitpod_ws_manager_mk2_workspace_activity_total{active="false"}) by (cluster) / sum( gitpod_ws_manager_mk2_workspace_activity_total) by (cluster)
19
19
20
20
- name : workspace-alerts
21
21
rules :
22
22
- alert : GitpodWorkspaceTooManyRegularNotActiveMk2
23
23
labels :
24
- severity : critical
24
+ severity : warning
25
25
for : 10m
26
26
annotations :
27
27
runbook_url : https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodWorkspaceTooManyRegularNotActive.md
34
34
35
35
- alert : GitpodWorkspacesNotStartingMk2
36
36
labels :
37
- severity : critical
37
+ severity : warning
38
38
for : 10m
39
39
annotations :
40
40
runbook_url : https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodWorkspaceNotStarting.md
You can’t perform that action at this time.
0 commit comments