File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
operations/observability/mixins/workspace/rules/satellite Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
- name : workspace-rules
15
15
rules :
16
16
- record : gitpod_workspace_regular_not_active_percentage_mk2
17
+ labels :
18
+ dedicated : included
17
19
expr : |
18
20
sum(gitpod_ws_manager_mk2_workspace_activity_total{active="false"}) by (cluster) / sum(gitpod_ws_manager_mk2_workspace_activity_total) by (cluster)
19
21
22
24
- alert : GitpodWorkspaceTooManyRegularNotActiveMk2
23
25
labels :
24
26
severity : critical
25
- # TODO: uncomment after recording rule import is working in Grafana Cloud
26
- # dedicated: included
27
+ dedicated : included
27
28
for : 10m
28
29
annotations :
29
30
runbook_url : https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodWorkspaceRegularNotActive.md
37
38
- alert : GitpodWorkspacesNotStartingMk2
38
39
labels :
39
40
severity : critical
40
- # TODO: uncomment after recording rule import is working in Grafana Cloud
41
- # dedicated: included
41
+ dedicated : included
42
42
for : 10m
43
43
annotations :
44
44
runbook_url : https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodWorkspaceRegularNotActive.md
You can’t perform that action at this time.
0 commit comments