Function opentelemetry::sdk::metrics::controllers::pull[][src]

pub fn pull(
    aggregator_selector: Box<dyn AggregatorSelector + Send + Sync>,
    export_selector: Box<dyn ExportKindFor + Send + Sync>
) -> PullControllerBuilder
This is supported on crate feature metrics only.
Expand description

Returns a builder for creating a PullController with the configured and options.