Skip to content

Add health check endpoints for readiness and liveness probes #6

@hippalus

Description

@hippalus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions