[][src]Function opentelemetry_otlp::new_metrics_pipeline

pub fn new_metrics_pipeline<SP, SO, I, IO>(
    spawn: SP,
    interval: I
) -> OtlpMetricPipelineBuilder<Selector, ExportKindSelector, SP, SO, I, IO> where
    SP: Fn(PushControllerWorker) -> SO,
    I: Fn(Duration) -> IO,