chore: remove failing_sections from healthcheck (#13426)

Closes #10854.
This commit is contained in:
Kyle Carberry
2024-06-21 14:49:02 -04:00
committed by GitHub
parent 5177f366f5
commit 54e8f30002
9 changed files with 32 additions and 74 deletions
-1
View File
@@ -280,7 +280,6 @@ curl -X GET http://coder-server:8080/api/v2/debug/health \
}
]
},
"failing_sections": ["DERP"],
"healthy": true,
"provisioner_daemons": {
"dismissed": true,
-2
View File
@@ -7946,7 +7946,6 @@ If the schedule is empty, the user will be updated to use the default schedule.|
}
]
},
"failing_sections": ["DERP"],
"healthy": true,
"provisioner_daemons": {
"dismissed": true,
@@ -8048,7 +8047,6 @@ If the schedule is empty, the user will be updated to use the default schedule.|
| `coder_version` | string | false | | The Coder version of the server that the report was generated on. |
| `database` | [healthsdk.DatabaseReport](#healthsdkdatabasereport) | false | | |
| `derp` | [healthsdk.DERPHealthReport](#healthsdkderphealthreport) | false | | |
| `failing_sections` | array of [healthsdk.HealthSection](#healthsdkhealthsection) | false | | Failing sections is a list of sections that have failed their healthcheck. |
| `healthy` | boolean | false | | Healthy is true if the report returns no errors. Deprecated: use `Severity` instead |
| `provisioner_daemons` | [healthsdk.ProvisionerDaemonsReport](#healthsdkprovisionerdaemonsreport) | false | | |
| `severity` | [health.Severity](#healthseverity) | false | | Severity indicates the status of Coder health. |