pub fn stdout<S, SO, I, IS, ISI>(
spawn: S,
interval: I,
) -> StdoutExporterBuilder<Stdout, S, I>Available on crate feature
metrics only.Expand description
Create a new stdout exporter builder with the configuration for a stdout exporter.