Skip to content

Commit 5b13b51

Browse files
authored
[obs] remove GitpodImagebuildStartSuccess warning (#19002)
This expression has dips regularly, and does not provide value as a notification in its current form.
1 parent 7121dcd commit 5b13b51

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
@@ -94,15 +94,3 @@ spec:
9494
description: imagebuilds are not reaching done at too high of a rate in cluster {{ $labels.cluster }}.
9595
expr: |
9696
(1 - (sum(rate(gitpod_image_builder_builds_done_total{success="false", cluster!~"ephemeral.*"}[4h])) / sum(rate(gitpod_image_builder_builds_done_total{cluster!~"ephemeral.*"}[4h])))) < 0.60
97-
98-
- alert: GitpodImagebuildStartSuccess
99-
labels:
100-
severity: warning
101-
team: engine
102-
for: 2h
103-
annotations:
104-
runbook_url: https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodImagebuildStartSuccess.md
105-
summary: imagebuild start success rate is failing in cluster {{ $labels.cluster }}.
106-
description: imagebuild starts are failing at too high of a rate in cluster {{ $labels.cluster }}.
107-
expr: |
108-
(1 - (sum(rate(gitpod_ws_manager_mk2_workspace_starts_failure_total{type="ImageBuild",cluster!~"ephemeral.*"}[8h])) / sum(rate(gitpod_ws_manager_mk2_workspace_starts_total{type="ImageBuild", cluster!~"ephemeral.*"}[4h])))) < 0.99

0 commit comments

Comments
 (0)