Documentation ¶
Overview ¶
package tracing contains some helpers to make working with opentracing a tad simpler
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSpan ¶
func NewSpan(ctx context.Context, tracer opentracing.Tracer, name string) (context.Context, opentracing.Span)
NewSpan pulls the span out of the context, creates a new child span, and updates the context callers must call span.Finish() when done important: the context must contain a span, otherwise you'll see a nilpointer panic here.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.