# Packages
Package tracer provides mechanisms to propagate tracer in context.
# Functions
FromContext returns the tracer provider that is attached to the context or returns a noop tracer provider if it does not exist.
Initialize initializes the tracing package and returns the tracer provider.
NewContextWithTracerProvider returns a derived context with the tracer provider set.
# Structs
CollectorConfig represents configuration for the trace collector exporter.
Config represents configuration for OpenTelemetry tracing.
WriterConfig represents configuration for the stdout exporter.