Skip to content

Commit f3cd71c

Browse files
authored
[obs] remove noisy GitpodWorkspaceStuckOnStoppedMk2 (#18998)
Pods stuck in Stopped are removed after the 30m grace period: https://github.com/gitpod-io/gitpod/blob/c346773e50f4a15d9af4a663c5f1004c962f4d58/components/ws-manager-mk2/controllers/create.go#L54
1 parent c346773 commit f3cd71c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ spec:
1414

1515
- name: workspace-alerts
1616
rules:
17-
- alert: GitpodWorkspaceStuckOnStoppedMk2
18-
labels:
19-
severity: warning
20-
team: engine
21-
for: 20m
22-
annotations:
23-
runbook_url: https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodWorkspaceStuckOnStopped.md
24-
summary: Workspaces are stuck in STOPPED phase on cluster {{ $labels.cluster }}.
25-
description: '{{ printf "%.2f" $value }} regular workspaces are stuck on stopped for more than 20 minutes. Current status: {{ $labels.reason }}'
26-
expr: |
27-
sum(gitpod_ws_manager_mk2_workspace_phase_total{phase="Stopped", cluster!~"ephemeral.*"}) > 5
28-
2917
- alert: GitpodWorkspaceStuckOnStoppingMk2
3018
labels:
3119
severity: critical

0 commit comments

Comments
 (0)