# Functions
NewTracerProvider returns an OpenTelemetry TracerProvider configured to use the Jaeger exporter that will send spans to the provided url.
Traceback returns a string showing the call path, used for debugging.
# Structs
TracerProvider holds the state for a provider, and provides an easy way to shut it down without exposing the specific type of tracer returned.