Task · CAOT-0007

Health endpoint and -healthcheck probe

Description

The container has no shell by design, so the probe is the service binary. It loads the same config the server does so it always probes the address actually deployed; a hardcoded host:port silently probes the wrong place the moment a deployment overrides it, and a container then restarts forever over a config mismatch.

Acceptance Criteria

Definition of Done

Implementation Plan

Wave 1 lane 3: implement self-observability and health surfaces within owned packages; run focused tests; root integrates and runs the final gate.

Final Summary

Health readiness, draining behavior, self-observability snapshot, and configured healthcheck mode are implemented and passed local and Camden checks.

References

View the source file on GitHub