-
Notifications
You must be signed in to change notification settings - Fork 886
☂️ Coder deployment health check #8971
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
Comments
added #9558 |
I'm starting with #9470. Let's see how far I can go. |
I prepared a draft navigating through the design & implemention details: notion page. Let's consider it to be kick off. |
Should we add a task for the page redesign including all those changes in the API? |
Replied in slack, let me copy it here:
|
@BrunoQuaresma yes you may create a new issue for design and add to the list and milestone. |
👋🏼 Catching up now with these health check enhancements. This is awesome! I noticed the health check does not show up in the bottom bar anymore. Is this just because dev.coder.com is currently healthy? If not, are there plans to add it back again? I like that it can be discovered outside of the |
Yes, the warning is only displayed when it is unhealthy but we definitely need to improve its discoverability |
@BrunoQuaresma Do you have spare time to implement the FE changes this week? I guess we all agreed on the design. |
@mtojek sure thing. I was planning to take a look into the flakes but I'm going to prioritize the new health UI this week |
Relates to #8971 - Introduces a codersdk.HealthSection enum type - Refactors existing references using strings to use new HealthSection type
One last thing. Don't we also want to add a YAML page to each health check to allow the operator to copy raw health check response? Similar to previous behavior. |
We could add a link to the API endpoint very cheaply? |
@matifali Could you please a separate issue or post-GA epic? We have merged the healthcheck changes, so it is a bit late. |
Background
In the context of #7748, we now have an excellent experimental health page available at coder.example.com/health.
Product Requirements
Before making it GA, it is essential to consider the following requirements.
Must have
healthy: false
if Coder falls back to websockets #9470Should have
Nice to have
cc: @bpmct
The text was updated successfully, but these errors were encountered: