mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(healthcheck): add websocket report (#7689)
This commit is contained in:
+8
-1
@@ -207,7 +207,14 @@ curl -X GET http://coder-server:8080/api/v2/debug/health \
|
||||
}
|
||||
},
|
||||
"pass": true,
|
||||
"time": "string"
|
||||
"time": "string",
|
||||
"websocket": {
|
||||
"error": null,
|
||||
"response": {
|
||||
"body": "string",
|
||||
"code": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user