CachePuppy
Core concepts

Operations and cluster health

Health checks and cluster visibility.

HTTP health endpoints

  • GET /healthz — process liveness only.
  • GET /api/health — JSON payload describing the local node and connected cluster members.

Cluster visibility

Use /api/health to confirm which BEAM node handled a request and which peers it can currently see through libcluster.

On this page