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. |
tracing |
The TracingContext containing the span context to link to. |
Property Details
attributes
A set of attributes on the link.
attributes?: {[key: string]: unknown}
Property Value
{[key: string]: unknown}
tracingContext
The TracingContext containing the span context to link to.
tracingContext: TracingContext