Documentation
¶
Index ¶
- func ContextWithSpan(ctx sync.Context, span trace.Span) sync.Context
- func GetNewSpanID(tracer trace.Tracer) trace.SpanID
- func SetSpanID(span trace.Span, sid trace.SpanID)
- func SpanContextFromContext(ctx context.Context, tctx Context) context.Context
- func SpanFromContext(ctx sync.Context) trace.Span
- func SpanWithStartTime(ctx context.Context, tracer trace.Tracer, name string, spanID trace.SpanID, ...) trace.Span
- func WithSpanError(span trace.Span, err error) error
- func WorkflowSpanName(workflowName string) string
- type Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContextWithSpan ¶ added in v0.19.0
func SpanContextFromContext ¶ added in v0.19.0
func SpanWithStartTime ¶ added in v0.19.0
func WorkflowSpanName ¶ added in v0.19.0
Types ¶
type Context ¶ added in v0.19.0
func ContextFromWfCtx ¶ added in v0.19.0
Click to show internal directories.
Click to hide internal directories.