-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Span.add_link() method to add link after span start. #3618
Add Span.add_link() method to add link after span start. #3618
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked code for style, correctness, and conformance to spec: LGTM but would like someone else to look as well.
@chittalpatel @srikanthccv please mark the conversations as resolved if they are ✌️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, just one comment
1921dbe
to
4f52379
Compare
@aabmass PTAL, are you ok with this PR as it is right now or do you want further changes? |
…ion' into 3607-add-links-to-span-after-creation # Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks LGTM!
Description
Implementation of adding links after span start, defined in: open-telemetry/opentelemetry-specification#3678
Fixes #3607
Type of change
How Has This Been Tested?
Added two new unit tests in
opentelemetry-sdk
.Does This PR Require a Contrib Repo Change?
Checklist: