diff --git a/opentracing.go b/opentracing.go index 8e930b7..d569e05 100644 --- a/opentracing.go +++ b/opentracing.go @@ -76,6 +76,8 @@ func (t *otTracer) Start(ctx context.Context, name string, opts ...tracer.SpanOp } } + sp.AddLabels(options.Labels) + return tracer.NewSpanContext(ctx, sp), sp }