@@ -76,7 +76,7 @@ func (t *otTracer) Start(ctx context.Context, name string, opts ...tracer.SpanOp
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sp.AddLabels(options.Labels)
|
sp.AddLabels(options.Labels...)
|
||||||
|
|
||||||
return tracer.NewSpanContext(ctx, sp), sp
|
return tracer.NewSpanContext(ctx, sp), sp
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user