File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
operations/observability/mixins/workspace/rules/central Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 14
14
15
15
- name : workspace-alerts
16
16
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
-
29
17
- alert : GitpodWorkspaceStuckOnStoppingMk2
30
18
labels :
31
19
severity : critical
You can’t perform that action at this time.
0 commit comments