-
Notifications
You must be signed in to change notification settings - Fork 2.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
Always create a duplicated context in OpenTelemetry when executing client requests #26332
Conversation
radcortez
commented
Jun 23, 2022
•
edited
Loading
edited
- Fixes OpenTelemetry Vertx issue - divided traces #25336
- Fixes OpenTelemetry with reactive rest client not working properly #26333
@brunobat could you have a look at this one in priority? I would like to include it in the upcoming 2.10.1.Final. |
.../runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/ClientRequestContextImpl.java
Outdated
Show resolved
Hide resolved
debf3e2
to
bae4932
Compare
This comment has been minimized.
This comment has been minimized.
.../runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/ClientRequestContextImpl.java
Outdated
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.
I just added a comment, the rest looks good.
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.
Looks ok to me. Thanks @radcortez