We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Span.add_link()
In open-telemetry/opentelemetry-specification#3678 it was decided that it must be possible to add links to spans after they have been created. However, the Span class currently does not provide such an add_link() method.
Span
add_link()
Please implement the Span.add_link() method as per updated specification. Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I would like to work on this feature request.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In open-telemetry/opentelemetry-specification#3678 it was decided that it must be possible to add links to spans after they have been created. However, the
Span
class currently does not provide such anadd_link()
method.Please implement the
Span.add_link()
method as per updated specification. Thank you!The text was updated successfully, but these errors were encountered: