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.