IngotWeb.HealthController (Ingot v0.1.0)

View Source

Health check endpoint for monitoring and alerting.

Returns JSON with overall status and individual service health checks.

Summary

Functions

index(conn, params)

GET /health

Returns 200 OK with health status when all services are healthy. Returns 503 Service Unavailable when any service is unhealthy.