# Functions
EndSpan ends a previously started span stored in the context.
IsEnabled returns true if a Tracer has been registered.
NewTransport creates a new instrumenting http.RoundTripper for the registered Tracer.
Register will register the provided Tracer.
StartSpan starts a trace span with the specified name, associating it with the provided context.
# Interfaces
Tracer represents an HTTP tracing facility.