Skip to main content

execute_analyze_with_thresholds

Function execute_analyze_with_thresholds 

Source
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.