Versions in this module Expand all Collapse all v1 v1.2.120 Oct 12, 2024 Changes in this version + func OpenExporter(ctx context.Context, opts ...Option) (*stdouttrace.Exporter, error) + type EmptyOption struct + type Option interface + func WithOptionStdoutOptions(v ...stdouttrace.Option) Option + func WithOptionStdoutOptionsReplace(v ...stdouttrace.Option) Option + type OptionFunc func(*option) + type URLOpener struct + Option option + func (o *URLOpener) OpenExporterURL(ctx context.Context, u *url.URL) (sdktrace.SpanExporter, error) + func (o *URLOpener) Scheme() string