mustard

Results 15 comments of mustard

Faced kind of the same problem with `replication` configured - Stop mysqld after ts server started - Restart mysqld again - It'll never reconnect. With error `Pool does Not exists`...

@needsure Thank you for contributing! As a first-time contributor to Gitpod, would you mind filling out [this CLA](https://powerforms.docusign.net/30e1aa46-cce5-4bc6-a933-ad02cd8d5ada?env=eu&acct=86335c2c-01b9-4edc-a187-014f5150a112&accountId=86335c2c-01b9-4edc-a187-014f5150a112)? It's a one-time thing before your first contribution is merged. Thanks!

Hey @needsure would you mind to rebase to main? so that I could build and unblock this PR

Hey @astrojuanlu , thank you for your suggestions 🙏. At the moment, we don't have any immediate plans to change our default workspace images. Making such a change would impact...

Hey @ArthurSens , @metalmatze here's our SLO rules ``` apiVersion: pyrra.dev/v1alpha1 kind: ServiceLevelObjective ... spec: alerting: name: VSCodeDesktopLocalSSHConnection description: 99% of connection connection over local ssh proxy is succeed indicator:...

It seems the label `phase` is not included by pyrra, ~~then reset related data in pyrra should work~~

Hey @metalmatze , we resolve this problem temporarily by make total metric query with `vscode_desktop_local_ssh_total{phase!~"connecting"}` ☝️ https://github.com/pyrra-dev/pyrra/issues/794#issuecomment-1619629927 And we found in code base, for `ratio` type, if we have `error...

It's about how we report metrics, we have phase `connecting` `connected` `failed`, so we need a label matcher `vscode_desktop_local_ssh_total{phase!="connecting"}`

> @mustard-mh, as a workaround, do you need the metric with phase=connecting label for any other reason that is not the SLO? It's a part of user flow telemetry before:...

Hey, you can try with input `gitpod.new` in your browser, SUPER HANDY 🎉 !! (it will forward to https://gitpod.io/#https://github.com/gitpod-io/empty) @iQQBot Thanks for telling me this