Skip to content

Commit

Permalink
[obs] remove GitpodImagebuildStartSuccess warning (#19002)
Browse files Browse the repository at this point in the history
This expression has dips regularly, and does not provide value as a notification in its current form.
  • Loading branch information
kylos101 authored Nov 2, 2023
1 parent 7121dcd commit 5b13b51
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,3 @@ spec:
description: imagebuilds are not reaching done at too high of a rate in cluster {{ $labels.cluster }}.
expr: |
(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
- alert: GitpodImagebuildStartSuccess
labels:
severity: warning
team: engine
for: 2h
annotations:
runbook_url: https://github.com/gitpod-io/runbooks/blob/main/runbooks/GitpodImagebuildStartSuccess.md
summary: imagebuild start success rate is failing in cluster {{ $labels.cluster }}.
description: imagebuild starts are failing at too high of a rate in cluster {{ $labels.cluster }}.
expr: |
(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 comments on commit 5b13b51

Please sign in to comment.