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

Enable Async Propagation for @Trace Annotatation instrumentation #1031

Merged
merged 2 commits into from
Oct 8, 2019

Conversation

randomanderson
Copy link
Contributor

This pull request enables async propagation for the @Trace annotation instrumentation.

Without async propagation, annotating a method that calls an async instrumentation results in broken traces. The accompanying addition to the netty4.1 tests illustrates this point.

@randomanderson randomanderson requested a review from a team as a code owner October 8, 2019 11:51
@randomanderson randomanderson merged commit a20e624 into master Oct 8, 2019
@randomanderson randomanderson deleted the landerson/trace-annotation-async branch October 8, 2019 13:58
@tylerbenson tylerbenson added this to the 0.34.0 milestone Oct 11, 2019
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

2 participants