[][src]Function opentelemetry::sdk::export::metrics::stdout::stdout

pub fn stdout<S, SO, I, IS, ISI>(
    spawn: S,
    interval: I
) -> StdoutExporterBuilder<Stdout, S, I> where
    S: Fn(PushControllerWorker) -> SO,
    I: Fn(Duration) -> IS,
    IS: Stream<Item = ISI> + Send + 'static, 
This is supported on crate feature metrics only.

Create a new stdout exporter builder with the configuration for a stdout exporter.