Fill in commit SHA for Phase 1 tasks 1.9-1.11 in ROADMAP and task files

Phase 1 (throughput pipeline) is now fully landed.
This commit is contained in:
2026-04-30 22:00:23 +02:00
parent be48da9baa
commit 10e20c4038
4 changed files with 6 additions and 6 deletions
@@ -79,4 +79,4 @@ No Express. Roughly 30 lines. Match `tcp-ingestion`'s style.
## Done
Real prom-client implementation replacing the trace-log shim. All 10 Phase 1 metrics registered; `/healthz`, `/readyz` (cached SELECT 1 Postgres health check, 5 s TTL), `/metrics` endpoints live. Consumer lag sampled every 10 s via `XINFO GROUPS`. `createPostgresHealthCheck` and `createConsumerLagSampler` exported for graceful-shutdown wiring. 22 new unit tests in `test/metrics.test.ts`. *(pending commit SHA)*
Real prom-client implementation replacing the trace-log shim. All 10 Phase 1 metrics registered; `/healthz`, `/readyz` (cached SELECT 1 Postgres health check, 5 s TTL), `/metrics` endpoints live. Consumer lag sampled every 10 s via `XINFO GROUPS`. `createPostgresHealthCheck` and `createConsumerLagSampler` exported for graceful-shutdown wiring. 22 new unit tests in `test/metrics.test.ts`. Landed in `9791620`.