# Functions
ContextWithSpan returns a new `context.Context` that holds a reference to the provided `span`.
SpanFromContext returns the `Span` previously associated with `ctx`, or a no-op span if none is found.
StartRootSpan starts a new top-level span and registers it with the given context.
StartSlowSpan starts a new top-level slow span and registers it with the given context.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
Span represents an operation that is named and timed.