Versions in this module Expand all Collapse all v0 v0.7.0 Mar 12, 2022 Changes in this version + func LoggerWith(ctx context.Context, logger log.Logger) log.Logger v0.6.0 Dec 4, 2020 Changes in this version + func Component(span opentracing.Span, component string) + func Error(span opentracing.Span, err error) + func ResultLabel(span opentracing.Span, label string) + func StartSpanFromCtx(ctx context.Context, operationName string, opts ...opentracing.StartSpanOption) (opentracing.Span, context.Context) v0.5.0 Mar 30, 2020 Changes in this version + func IDFromCtx(ctx context.Context) []byte v0.4.0 Nov 14, 2019 Changes in this version + func CtxWith(parentCtx context.Context, parentLogger log.Logger, operationName string, ...) (context.Context, opentracing.Span)