Skip to main content

detect_restart_loops

Function detect_restart_loops 

Source
pub fn detect_restart_loops(
    containers: &[Container],
    threshold: u64,
) -> Vec<Anomaly>
Expand description

Detect restart loops: containers with restart_count >= threshold.