TracingSpanLink interface

A pointer from the current TracingSpan to another span in the same or a different trace.

Properties

attributes

A set of attributes on the link.

tracingContext

The TracingContext containing the span context to link to.

Property Details

A set of attributes on the link.

attributes?: {[key: string]: unknown}

Property Value

{[key: string]: unknown}

The TracingContext containing the span context to link to.

tracingContext: TracingContext

Property Value