Skip to content

Commit b57d870

Browse files
authored
Include regular not active alerts in Dedicated (#18702)
1 parent 33cd3cb commit b57d870

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ spec:
1414
- name: workspace-rules
1515
rules:
1616
- record: gitpod_workspace_regular_not_active_percentage_mk2
17+
labels:
18+
dedicated: included
1719
expr: |
1820
sum(gitpod_ws_manager_mk2_workspace_activity_total{active="false"}) by (cluster) / sum(gitpod_ws_manager_mk2_workspace_activity_total) by (cluster)
1921
@@ -22,8 +24,7 @@ spec:
2224
- alert: GitpodWorkspaceTooManyRegularNotActiveMk2
2325
labels:
2426
severity: critical
25-
# TODO: uncomment after recording rule import is working in Grafana Cloud
26-
# dedicated: included
27+
dedicated: included
2728
for: 10m
2829
annotations:
2930
runbook_url: https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodWorkspaceRegularNotActive.md
@@ -37,8 +38,7 @@ spec:
3738
- alert: GitpodWorkspacesNotStartingMk2
3839
labels:
3940
severity: critical
40-
# TODO: uncomment after recording rule import is working in Grafana Cloud
41-
# dedicated: included
41+
dedicated: included
4242
for: 10m
4343
annotations:
4444
runbook_url: https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodWorkspaceRegularNotActive.md

0 commit comments

Comments
 (0)