## Scope Port `charon/app/monitoringapi.go` — the HTTP surface that exposes Prometheus metrics, readiness, and liveness probes consumed by the operational layer. ## References - Go: https://github.com/ObolNetwork/charon/blob/main/app/monitoringapi.go - Tests: `monitoringapi_internal_test.go` ## Acceptance - Endpoint shape matches Go reference (`/metrics`, `/livez`, `/readyz`) - Health probes integrate with `app/health` (#68) - Tests ported and green - `cargo clippy --workspace --all-targets --all-features -- -D warnings` clean
Scope
Port
charon/app/monitoringapi.go— the HTTP surface that exposes Prometheus metrics, readiness, and liveness probes consumed by the operational layer.References
monitoringapi_internal_test.goAcceptance
/metrics,/livez,/readyz)app/health(Implement app/health #68)cargo clippy --workspace --all-targets --all-features -- -D warningsclean