Interface SpanLink

A link to another span.

interface SpanLink {
    context: TraceContext;
    attributes?: SpanAttributes;
}

Properties

Properties

context: TraceContext

Linked trace context

attributes?: SpanAttributes

Link attributes