mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(coderd/healthcheck): allow configuring database hc threshold (#10623)
* feat(coderd/healthcheck): allow configuring database hc threshold * feat(coderd): add database hc latency, plumb through * feat(coderd): allow configuring healthcheck refresh interval
This commit is contained in:
Generated
+2
-1
@@ -53,7 +53,8 @@ curl -X GET http://coder-server:8080/api/v2/debug/health \
|
||||
"healthy": true,
|
||||
"latency": "string",
|
||||
"latency_ms": 0,
|
||||
"reachable": true
|
||||
"reachable": true,
|
||||
"threshold_ms": 0
|
||||
},
|
||||
"derp": {
|
||||
"error": "string",
|
||||
|
||||
Reference in New Issue
Block a user