Skip to content
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

[server] Only alert on explicit system failures #12481

Merged
merged 1 commit into from
Aug 29, 2022
Merged

Conversation

geropl
Copy link
Member

@geropl geropl commented Aug 29, 2022

Description

Reduce the noise on metric gitpod_server_instance_starts_failed_total

Related Issue(s)

Fixes #

How to test

Release Notes

NONE

Documentation

Werft options:

  • /werft with-preview

@geropl geropl requested a review from a team August 29, 2022 16:09
@github-actions github-actions bot added the team: webapp Issue belongs to the WebApp team label Aug 29, 2022
@@ -765,7 +764,7 @@ export class WorkspaceStarter {
ideConfig: IDEConfig,
pvcEnabledForPrebuilds: boolean,
): Promise<WorkspaceInstance> {
const span = TraceContext.startSpan("buildWorkspaceImage", ctx);
const span = TraceContext.startSpan("newInstance", ctx);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ️ This is a drive-by.

@geropl
Copy link
Member Author

geropl commented Aug 29, 2022

/werft run

👍 started the job as gitpod-build-gpl-failed-instances.1
(with .werft/ from main)

@roboquat roboquat merged commit fd7720d into main Aug 29, 2022
@roboquat roboquat deleted the gpl/failed-instances branch August 29, 2022 19:17
@roboquat roboquat added deployed: webapp Meta team change is running in production deployed Change is completely running in production labels Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed Change is completely running in production release-note-none size/S team: webapp Issue belongs to the WebApp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants