-
Notifications
You must be signed in to change notification settings - Fork 821
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
It should be possible to propagate context with only the API #1456
Comments
vmarchaud
added a commit
to vmarchaud/opentelemetry-js
that referenced
this issue
Sep 13, 2020
vmarchaud
added a commit
to vmarchaud/opentelemetry-js
that referenced
this issue
Sep 13, 2020
vmarchaud
added a commit
to vmarchaud/opentelemetry-js
that referenced
this issue
Sep 19, 2020
vmarchaud
added a commit
to vmarchaud/opentelemetry-js
that referenced
this issue
Sep 19, 2020
vmarchaud
added a commit
to vmarchaud/opentelemetry-js
that referenced
this issue
Sep 23, 2020
vmarchaud
added a commit
to vmarchaud/opentelemetry-js
that referenced
this issue
Sep 24, 2020
@vmarchaud hey, are you still working on that ? |
I mean the PR is ready here (and you already approved it): #1527 |
a yes, thx, we just need one more approve and we are good to go |
dyladan
added a commit
that referenced
this issue
Oct 1, 2020
Co-authored-by: Bartlomiej Obecny <[email protected]> Co-authored-by: Daniel Dyla <[email protected]>
dyladan
added a commit
to dyladan/opentelemetry-js
that referenced
this issue
Sep 9, 2022
…pen-telemetry#1527) Co-authored-by: Bartlomiej Obecny <[email protected]> Co-authored-by: Daniel Dyla <[email protected]>
dyladan
added a commit
to dyladan/opentelemetry-js
that referenced
this issue
Sep 9, 2022
…pen-telemetry#1527) Co-authored-by: Bartlomiej Obecny <[email protected]> Co-authored-by: Daniel Dyla <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
open-telemetry/opentelemetry-specification#719
When a span is started with a valid parent using the NoOp tracing API, the span's context should be the same as the context of the parent.
The text was updated successfully, but these errors were encountered: