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,
Available on crate feature metrics only.
Expand description

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