-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Improve monitoring and feedback for errors during workspace cluster selection #8486
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8486 +/- ##
===========================================
- Coverage 28.92% 11.17% -17.75%
===========================================
Files 150 18 -132
Lines 23031 993 -22038
===========================================
- Hits 6662 111 -6551
+ Misses 15769 880 -14889
+ Partials 600 2 -598
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
/werft run 👍 started the job as gitpod-build-gpl-7829-clu-sel.1 |
…nstance - 'gitpod_server_instance_starts_success_total' - 'gitpod_server_instance_starts_failed_total'
Note: the build is read because of some bug with the "observability" deployment process, but Gitpod and Grafana do work. |
if (!resp) { | ||
increaseFailedInstanceStartCounter("clusterSelectionFailed"); |
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.
just in case tryStartOnCluster
throws unhandled, should it make sense to increment as well?
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.
Thx, excellent point! 💯 Will add
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.
@AlexTugarev Here it is: 572d8b4
/werft run 👍 started the job as gitpod-build-gpl-7829-clu-sel.7 Hope to get a green build now with changed flags... |
/werft no-preview=true 👎 unknown command: no-preview=true |
/werft run 👍 started the job as gitpod-build-gpl-7829-clu-sel.8 |
Description
This PR:
InstanceStartFailures
(incl. runbook)Related Issue(s)
Fixes #7829
Runbook PR: https://github.com/gitpod-io/runbooks/pull/327
How to test
kubectl port-forward deployment grafana 3000
Release Notes
Documentation