pub async fn execute_analyze<C, M>(
query: &AnalyzeQuery,
docker: &C,
metrics: &M,
) -> Result<ExecutionResult, AnalyzeError>Expand description
Execute an analysis query using live Docker data + metrics. Thresholds are loaded from the user’s config file (if available), falling back to defaults.