From 6ebe0b4a4401d7196adc957d62448f7e51377a43 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 6 Sep 2026 00:54:38 +1000 Subject: [PATCH] Describe probe_unsupported by the latch in the healthz report --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 7bc4447..a16b96a 100644 --- a/server.go +++ b/server.go @@ -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"`