-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Provide service status feedback #130
Comments
potential status values:
|
I'd imagine a table with a row for each region showing either: "working" in green, "degraded" in yellow, or "unavailable" in red (possibly determined by semantic heartbeat). Underneath that table should be a list of messages that reflect our current state of affairs, e.g.:
|
I'm not sure if it's any better than implementing our own, but there are also status page services out there, e.g. I think www.statuspage.io is a popular option. |
I am happy to announce that we now have a status page up and running at https://status.gitpod.io/. |
At the moment we have no means of telling our users when our service is degraded or broken, what we're doing about it, and when it's going to be back to normal again. We need a status page akin to https://status.github.com or https://status.cloud.google.com.
Additionally, we should be able to bring this information to our users by showing it to affected users where appropriate (e.g. in the dashboard or during workspace startup).
The text was updated successfully, but these errors were encountered: