feat(healthcheck): add websocket report (#7689)

This commit is contained in:
Colin Adler
2023-05-30 14:22:32 -05:00
committed by GitHub
parent 77b0ca0b53
commit 022372dd73
11 changed files with 467 additions and 30 deletions
+8 -1
View File
@@ -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
}
}
}
```