# Add health check endpoints for readiness and liveness probes (/healthz, /readyz) ## **Description** **Health Check Endpoints** - Implement `/healthz `to indicate the application is running. - Implement `/readyz `to indicate the application is ready to receive traffic. - Use Hyper to serve these endpoints, potentially on the same server as the metrics endpoint.
Add health check endpoints for readiness and liveness probes (/healthz, /readyz)
Description
Health Check Endpoints
/healthzto indicate the application is running./readyzto indicate the application is ready to receive traffic.