Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 884 Bytes

File metadata and controls

22 lines (17 loc) · 884 Bytes

Span Exporter - Standard output

Status: Stable

"Standard output" Span Exporter is a Span Exporter which outputs the spans to stdout/console.

OpenTelemetry SDK authors MAY choose the best idiomatic name for their language. For example, ConsoleExporter, StdoutExporter, StreamExporter, LoggingExporter etc.

If a language provides a mechanism to automatically configure a Span processor to pair with the associated exporter (e.g., using the OTEL_TRACES_EXPORTER environment variable), by default the standard output exporter SHOULD be paired with a simple processor.