Skip to main content

execute_with_metrics

Function execute_with_metrics 

Source
pub async fn execute_with_metrics<C, M>(
    query: &Query,
    docker: Arc<C>,
    metrics: &M,
) -> Result<ExecutionResult, ExecutorError>
where C: DockerClient + Send + Sync + 'static, M: MetricsCollector + ?Sized,