Liveness/readiness probe
GET/healthz
JSON health check — process up, DB reachable, ingestion paths' status. Public (no auth) — required so a supervisor/reverse proxy can probe without credentials.
Responses
- 200
- 503
Healthy.
Unhealthy (e.g. DB unreachable).