Describe probe_unsupported by the latch in the healthz report
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was canceled
ci/woodpecker/pr/test Pipeline was canceled

This commit is contained in:
2026-09-06 00:54:38 +10:00
parent 31283969c3
commit 6ebe0b4a44
+1 -1
View File
@@ -682,7 +682,7 @@ type backendReport struct {
// every configured backend regardless of probe state: "ok" or the error text.
Reachable string `json:"reachable"`
// State is the background prober's verdict. probe_unsupported means the probe
// path is unusable on this backend, so its health is unknown — read Reachable
// has never answered on this backend, so its health is unknown — read Reachable
// to find out whether it is up.
State string `json:"state"` // healthy | unhealthy | probe_unsupported | unprobed | unmonitored
Failures int `json:"consecutive_failures"`