mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: remove failing_sections
from healthcheck (#13426)
Closes #10854.
This commit is contained in:
@ -105,8 +105,6 @@ type HealthcheckReport struct {
|
||||
Healthy bool `json:"healthy"`
|
||||
// Severity indicates the status of Coder health.
|
||||
Severity health.Severity `json:"severity" enums:"ok,warning,error"`
|
||||
// FailingSections is a list of sections that have failed their healthcheck.
|
||||
FailingSections []HealthSection `json:"failing_sections"`
|
||||
|
||||
DERP DERPHealthReport `json:"derp"`
|
||||
AccessURL AccessURLReport `json:"access_url"`
|
||||
|
Reference in New Issue
Block a user