-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Implement Activity.AddLink #101381
Implement Activity.AddLink #101381
Conversation
Note regarding the
|
It's not marked as api ready for review, or even api suggestion... it's not going to show up on anyone's api approval radar. |
I am closing this till we review and approve the API. We can reactivate after then. |
I marked #97680 as ready for review. |
src/libraries/System.Diagnostics.DiagnosticSource/tests/ActivityTests.cs
Show resolved
Hide resolved
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.
LGTM
@antonfirsov could you please merge the main branch to yours to proceed with this PR? Thanks! |
* implement Activity.AddLink * extend tests * Add remarks to docs required by https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#link
* implement Activity.AddLink * extend tests * Add remarks to docs required by https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#link
* Fix Tokenizer Preview 4 Release Notes * remove extra empty line * Remove un-needed line
Resolves #97680 assuming the API will be approved, marking as NO-MERGE until then.