You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our health check endpoint (https://dev.coder.com/api/v2/debug/health) returns a pass bool, which is calculated based on whether any of the DERP regions return an error. I'm proposing we:
Add a top-level fail_reason (naming TBD) so that the user (or client-side frontend) does not have to grep through errors to determine why the health check failed.
The text was updated successfully, but these errors were encountered:
Our health check endpoint (https://dev.coder.com/api/v2/debug/health) returns a
pass
bool, which is calculated based on whether any of the DERP regions return an error. I'm proposing we:pass
to also calculated based on whether the access URL is reachable, WebSockets work, and any other top-level checks (healthcheck endpoint: minor improvements topass
+ show failure reason #7745)fail_reason
(naming TBD) so that the user (or client-side frontend) does not have to grep through errors to determine why the health check failed.The text was updated successfully, but these errors were encountered: