Skip to main content
Release Health

Health checks and observability

The console tracks /health, /ready, /metrics, and /playground, plus Prometheus and logging hooks.

port 11235health / ready / metrics / playgroundweekly buildsamd64 + arm64
/health
ok
basic status
/ready
ok
readiness gate
/metrics
ok
prometheus endpoint
/playground
ok
interactive UI

Observability

Prometheus and logging notes

Prometheus
Exposed at /metrics and wired via monitoring/prometheus.yml.
Logging
LOG_LEVEL and LOG_FORMAT drive output; file logging is supported.
Health check
docker-compose healthcheck points at localhost:11235/health.