File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
operations/observability/mixins/workspace/rules/satellite Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 54
54
summary : Workspace backups failed recently in cluster {{ $labels.cluster }}
55
55
description : This can happen when a single node has failed in the cloud provider
56
56
expr : |
57
- sum by (cluster) (increase(gitpod_ws_manager_mk2_workspace_backups_failure_total{cluster!~"ephemeral.*"}[1h])) <= 16
57
+ sum by (cluster) (increase(gitpod_ws_manager_mk2_workspace_backups_failure_total{cluster!~"ephemeral.*"}[1h])) > 0
58
+ AND
59
+ sum by (cluster) (increase(gitpod_ws_manager_mk2_workspace_backups_failure_total{cluster!~"ephemeral.*"}[1h])) < 16
58
60
- alert : GitpodWsManagerMk2BackupFailureCritical
59
61
labels :
60
62
severity : critical
64
66
summary : Workspace backups failed recently in cluster {{ $labels.cluster }}
65
67
description : This can be an indicator of two or more nodes failing in a cloud provider
66
68
expr : |
67
- sum by (cluster) (increase(gitpod_ws_manager_mk2_workspace_backups_failure_total{cluster!~"ephemeral.*"}[1h])) > 16
69
+ sum by (cluster) (increase(gitpod_ws_manager_mk2_workspace_backups_failure_total{cluster!~"ephemeral.*"}[1h])) >= 16
You can’t perform that action at this time.
0 commit comments