fixup tracing
Some checks failed
build / test (push) Failing after 1m11s
codeql / analyze (go) (push) Failing after 1m47s
build / lint (push) Successful in 9m19s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2024-03-16 23:59:36 +03:00
parent 6b9edf3593
commit 1e9abb9905

View File

@ -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
}