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
Describe the bug Very similar to #3358, however, this time the context is lost during a .yieldAll call. Interestingly, .yield seems to work
.yieldAll
.yield
Steps to reproduce Run the following code and look at the traces in the Jaeger UI https://github.com/necrolyte2/ratpack-kotlin-otel/releases/tag/3.0.0
What did you expect to see? Single trace with all spans nested under it
What did you see instead? One trace for the incoming http request to the ratpack application One trace per outgoing http call
What version are you using? 1.4.0-SNAPSHOT(built from #3371)
Environment Compiler: AdoptOpenJDK 11.0.6
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Very similar to #3358, however, this time the context is lost during a
.yieldAll
call.Interestingly,
.yield
seems to workSteps to reproduce
Run the following code and look at the traces in the Jaeger UI
https://github.com/necrolyte2/ratpack-kotlin-otel/releases/tag/3.0.0
What did you expect to see?
Single trace with all spans nested under it
What did you see instead?
One trace for the incoming http request to the ratpack application
One trace per outgoing http call
What version are you using?
1.4.0-SNAPSHOT(built from #3371)
Environment
Compiler: AdoptOpenJDK 11.0.6
The text was updated successfully, but these errors were encountered: