feat(healthcheck): add failing sections to report (#7789)

This commit is contained in:
Colin Adler
2023-06-01 19:21:24 -05:00
committed by GitHub
parent 9b8e5c2d8a
commit 2b63492649
11 changed files with 217 additions and 38 deletions

6
coderd/apidoc/docs.go generated
View File

@ -10440,6 +10440,12 @@ const docTemplate = `{
"derp": {
"$ref": "#/definitions/healthcheck.DERPReport"
},
"failing_sections": {
"type": "array",
"items": {
"type": "string"
}
},
"healthy": {
"description": "Healthy is true if the report returns no errors.",
"type": "boolean"