Categorygo.opentelemetry.io/otel/exporters/stdout/stdouttrace
modulepackage
1.35.0
Repository: https://github.com/open-telemetry/opentelemetry-go.git
Documentation: pkg.go.dev

# README

STDOUT Trace Exporter

PkgGoDev

# Functions

New creates an Exporter with the passed options.
WithoutTimestamps sets the export stream to not include timestamps.
WithPrettyPrint prettifies the emitted output.
WithWriter sets the export stream destination.

# Structs

Exporter is an implementation of trace.SpanSyncer that writes spans to stdout.

# Interfaces

Option sets the value of an option for a Config.