Skip to main content

detect_config_drift

Function detect_config_drift 

Source
pub fn detect_config_drift<S>(store: &S) -> Result<Vec<Anomaly>, AnalyzeError>
where S: TelemetryStore + ?Sized,
Expand description

Detect configuration drift between historical snapshots.

Compares the two most recent snapshots in the store and emits anomalies for containers whose image, state, or labels have changed.