Per-container health tracking, based on the real health check: on every heartbeat the…
v0.1.0-alpha
- Per-container health tracking, based on the real health check: on every heartbeat the agent now reports each container's Docker HEALTHCHECK status (
healthy/unhealthy/starting/none) alongside its state, as well as itspier.*labels. On the hub side this allows showing the health of deployed projects per organisation (including in managed mode, where a single server hosts several tenants) instead of a plain "the process is running" detection. No action required: the update is transparent.