Skip to main content

execute_analyze_with_store

Function execute_analyze_with_store 

Source
pub fn execute_analyze_with_store<S>(
    query: &AnalyzeQuery,
    store: &S,
) -> Result<ExecutionResult, AnalyzeError>
where S: TelemetryStore + ?Sized,
Expand description

Execute an analysis query using historical data from a telemetry store. Thresholds are loaded from the user’s config file (if available), falling back to defaults.