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
chore: Proxy health status checks + endpoint (#7233)
* chore: Implement workspace proxy health check cron
At a given interval will check the reachability of workspace proxies.
* Proxyhealth is an enterprise feature
* Start proxyhealth go routine on enterprise coder
|`» status`|[codersdk.WorkspaceProxyStatus](schemas.md#codersdkworkspaceproxystatus)| false || Status is the latest status check of the proxy. This will be empty for deleted proxies. This value can be used to determine if a workspace proxy is healthy and ready to use. |
1222
+
|`»» checked_at`| string(date-time) | false |||
1223
+
|`»» report`|[codersdk.ProxyHealthReport](schemas.md#codersdkproxyhealthreport)| false || Report provides more information about the health of the workspace proxy. |
1224
+
|`»»» errors`| array | false || Errors are problems that prevent the workspace proxy from being healthy |
1225
+
|`»»» warnings`| array | false || Warnings do not prevent the workspace proxy from being healthy, but should be addressed. |
0 commit comments