Otel.SDK.Trace.SpanExporter.Console (otel v0.2.0)

Copy Markdown View Source

Console exporter for debugging and learning purposes.

Outputs spans to stdout in human-readable format. Not recommended for production use. The output format is not standardized and can change at any time.

If a standardized format for exporting traces to stdout is desired, consider using the File Exporter, if available.