- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ReadinessCheckHandler (0.28 sec)
-
cmd/healthcheck-handler.go
} return } writeResponse(w, http.StatusOK, nil, mimeNone) } // ReadinessCheckHandler checks whether MinIO is up and ready to serve requests. // It also checks whether the KMS is available and whether etcd is reachable, // if configured. func ReadinessCheckHandler(w http.ResponseWriter, r *http.Request) { if objLayer := newObjectLayerFn(); objLayer == nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jun 26 07:44:34 UTC 2024 - 6.9K bytes - Viewed (0) -
cmd/http-tracer.go
op = strings.Replace(op, "ClusterReadCheckHandler", "health.ClusterRead", 1) op = strings.Replace(op, "LivenessCheckHandler", "health.Liveness", 1) op = strings.Replace(op, "ReadinessCheckHandler", "health.Readiness", 1) op = strings.Replace(op, "-fm", "", 1) return op } // If trace is enabled, execute the request if it is traced by other handlers
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 17:13:00 UTC 2024 - 6K bytes - Viewed (0)