Skip to content
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

Propagate Context instead of SpanContext #4806

Merged

Conversation

trask
Copy link
Member

@trask trask commented Dec 6, 2021

I haven't noticed any problems with the existing code, just changing from SpanContext to Context to be consistent with other instrumentations where we propagate Context where possible.

@trask
Copy link
Member Author

trask commented Dec 6, 2021

there's a little wrinkle with this approach around suppressing nested spans, see last 2 commits

@trask trask merged commit 31fddb7 into open-telemetry:main Dec 6, 2021
@trask trask deleted the propagate-context-instead-of-span-context branch December 6, 2021 17:31
RashmiRam pushed a commit to RashmiRam/opentelemetry-auto-instr-java that referenced this pull request May 23, 2022
* Propagate Context instead of SpanContext

* Update spring-kafka

* Fix nesting

* Comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants