addLink

open fun addLink(linkedSpan: EmbraceSpan): Boolean

Add a link to the given EmbraceSpan


open fun addLink(linkedSpanContext: SpanContext): Boolean

Add a link to the span with the given SpanContext


open fun addLink(linkedSpan: EmbraceSpan, attributes: Map<String, String>?): Boolean

Add a link to the given EmbraceSpan with the given attributes


abstract fun addLink(linkedSpanContext: SpanContext, attributes: Map<String, String>?): Boolean

Add a link to the span with the given SpanContext with the given attributes