Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new AddLink() operation to Span. (#3678)
Fixes open-telemetry#454 Related to #3337 As the Messaging SIG merged its last OTEP 222, we will be adding operations that require Links after Span creation, taking a direct route with `AddLink()`, albeit without any of the new members suggested in #3337, e.g. `timestamp` (to be discussed in a separate issue). ``` AddLink(spanContext, attributes /* optional */) ```
- Loading branch information