Skip to main content

check_health_extended

Function check_health_extended 

Source
pub async fn check_health_extended(
    client: &DockerClient,
    port: u16,
) -> Result<ExtendedHealthResponse, HealthError>
Expand description

Check health with extended information including container stats

Combines basic health check with container statistics from Docker. If container stats fail, still returns response with container_state = “unknown”.