Health Checks
Health Checks
Kubernetes-ready health, readiness, and liveness probes.
Response Examples
Basic Health
Detailed Health
v1.0.0
Kubernetes-ready health, readiness, and liveness probes.
/healthPublic/health/detailedPublic/readyPublic/livePublicBasic Health
{
"status": "ok",
"timestamp": "2024-01-15T10:30:00Z"
}Detailed Health
{
"status": "healthy",
"timestamp": "2024-01-15T10:30:00Z",
"uptime": 86400,
"checks": {
"database": { "status": "healthy", "latency": 5 },
"memory": { "status": "healthy", "latency": 128 }
}
}