Expand description
Admin server
Provides health check, readiness, metrics, and config endpoints on a separate port for operational monitoring.
§Endpoints
| Path | Method | Description |
|---|---|---|
/live | GET | Liveness probe (always 200) |
/ready | GET | Readiness probe (200 if schema ready) |
/metrics | GET | Basic metrics (JSON) |
/config | GET | Current config (redacted secrets) |
Functions§
- create_
admin_ router - Create the admin router.
- redacted_
config - Serialize config to JSON with secrets redacted.