-
Notifications
You must be signed in to change notification settings - Fork 867
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
Add instrumentation for RxJava 3 #2794
Conversation
// BasicFuseableObserver#actual has been renamed to downstream in newer versions, we can't use it | ||
// in this class |
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.
This comment is probably no longer true for 3.X
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.
LGTM 👍
Thanks!
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.
thx!
...java-3.0/library/src/main/java/io/opentelemetry/instrumentation/rxjava3/TracingAssembly.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Trask Stalnaker <[email protected]>
Adds instrumentation for RxJava 3.0. This is mostly a copypasta of the code for RxJava2 with updated dependencies and package names as the majority of the API surface is the same between RxJava 3 and RxJava 2.