pub fn factory<A, T>(
    aggregator_selector: A,
    temporality_selector: T
) -> BasicProcessorBuilderwhere
    A: AggregatorSelector + Send + Sync + 'static,
    T: TemporalitySelector + Send + Sync + 'static,
Available on crate feature metrics only.
Expand description

Create a new basic processor