Skip to main content

Module admin

Module admin 

Source
Expand description

Admin server

Provides health check, readiness, metrics, and config endpoints on a separate port for operational monitoring.

§Endpoints

PathMethodDescription
/liveGETLiveness probe (always 200)
/readyGETReadiness probe (200 if schema ready)
/metricsGETBasic metrics (JSON)
/configGETCurrent config (redacted secrets)

Functions§

create_admin_router
Create the admin router.
redacted_config
Serialize config to JSON with secrets redacted.