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

Create a new basic processor