Halopen output
“"Add a new healthcheck endpoint at slash-internal-slash-health that returns the postgres connection latency, the redis ping latency, and the build SHA. Wire it into the existing healthcheck-service in src-services-health-dot-ts. Update the prometheus exporter so the latencies show up as the existing histogram metric. Don’t add new metrics — re-use the histogram. Add a single integration test that mocks both backends with happy-path latencies under fifty milliseconds."”
- · Path articulation captured ("/internal/health")
- · Specific module name + extension preserved
- · Negative constraint ("don't add new metrics") retained
- · Numeric threshold ("under fifty milliseconds") landed verbatim