Skip to main content

detect_resource_leaks

Function detect_resource_leaks 

Source
pub fn detect_resource_leaks<S>(
    store: &S,
    thresholds: &AnalysisThresholds,
) -> Vec<Anomaly>
where S: TelemetryStore + ?Sized,
Expand description

Detect containers whose memory usage is trending upward over time, indicating a possible memory leak.