-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[observability] Add alerts for pending phase #9675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
labels: { | ||
severity: 'critical', | ||
}, | ||
'for': '15m', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is at par with TooManyRegularNotActive alert.
description: 'regular workspaces are stuck in pending phase', | ||
}, | ||
expr: ||| | ||
gitpod_ws_manager_workspace_phase_total{phase="PENDING", type="REGULAR"} > 20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I chose 20, this is based on the trend I saw in last 30 days.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold
Waiting for the related issue to be merged.
/unhold |
Description
Add alert which triggers when prebuild/regular workspaces are stuck in pending state. This is a follow up item from incident https://app.incident.io/incidents/143
This alert would have triggered ~15 times in last 30 days.
PREBUILD
REGULAR
Prefer merging https://github.com/gitpod-io/runbooks/pull/340 before this PR.
Related Issue(s)
Fixes #9674
How to test
NA
Release Notes
Documentation