opentelemetry-js
opentelemetry-js copied to clipboard
[api][sdk-trace] implement Span.addLink()
trafficstars
Span.addLink() as defined in the specifcation is currently not implemented. We should implement Span.addLink() in both the SDK and API.
Additional Information:
- there are efforts to stabilize
Span.addLink()(https://github.com/open-telemetry/opentelemetry-specification/issues/3865) in the specifcation