mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: remove failing_sections from healthcheck (#13426)
Closes #10854.
This commit is contained in:
Generated
-1
@@ -280,7 +280,6 @@ curl -X GET http://coder-server:8080/api/v2/debug/health \
|
||||
}
|
||||
]
|
||||
},
|
||||
"failing_sections": ["DERP"],
|
||||
"healthy": true,
|
||||
"provisioner_daemons": {
|
||||
"dismissed": true,
|
||||
|
||||
Generated
-2
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user