pub async fn execute_analyze_with_thresholds<C, M>(
query: &AnalyzeQuery,
docker: &C,
metrics: &M,
thresholds: &AnalysisThresholds,
) -> Result<ExecutionResult, AnalyzeError>Expand description
Execute an analysis query with custom thresholds.