-
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
Spring RMI instrumentation #5033
Spring RMI instrumentation #5033
Conversation
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 @Samudraneel24!
.../main/java/io/opentelemetry/javaagent/instrumentation/springrmi/server/ServerSingletons.java
Outdated
Show resolved
Hide resolved
...io/opentelemetry/javaagent/instrumentation/springrmi/server/ServerInstrumentationModule.java
Outdated
Show resolved
Hide resolved
.../main/java/io/opentelemetry/javaagent/instrumentation/springrmi/client/ClientSingletons.java
Outdated
Show resolved
Hide resolved
...io/opentelemetry/javaagent/instrumentation/springrmi/client/ClientInstrumentationModule.java
Outdated
Show resolved
Hide resolved
@trask Thanks for the suggestions. I've fixed them and pushed a new commit but EasyCLA seems to be just stuck for me. Why could this be happening? I had already signed it earlier for this PR. |
/easycla |
.../java/io/opentelemetry/javaagent/instrumentation/rmi/server/RemoteServerInstrumentation.java
Show resolved
Hide resolved
instrumentation/spring/spring-rmi-4.0/javaagent/src/test/groovy/SpringRmiTest.groovy
Show resolved
Hide resolved
...io/opentelemetry/javaagent/instrumentation/springrmi/client/ClientInstrumentationModule.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.
Left a couple comments, but overall it looks great! 👍
Thanks!
.../java/io/opentelemetry/javaagent/instrumentation/springrmi/client/ClientInstrumentation.java
Outdated
Show resolved
Hide resolved
.../java/io/opentelemetry/javaagent/instrumentation/springrmi/client/ClientInstrumentation.java
Show resolved
Hide resolved
.../java/io/opentelemetry/javaagent/instrumentation/springrmi/server/ServerInstrumentation.java
Outdated
Show resolved
Hide resolved
.../main/java/io/opentelemetry/javaagent/instrumentation/springrmi/client/ClientSingletons.java
Outdated
Show resolved
Hide resolved
instrumentation/spring/spring-rmi-4.0/javaagent/src/test/groovy/SpringRmiTest.groovy
Outdated
Show resolved
Hide resolved
Thanks for the suggestions @mateuszrzeszutek! I've made the changes. |
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.
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.
👍
* Spring RMI instrumentation * Change the order of import statements * remove extra separation in import statements * stylistic changes * Fix groovy rule violations * Formatting changes in groovy file * Spotless fixes and muzzle check version change * Fixed minimum version in filenames and fixed muzzle check * single InstrumentationModule and added context propagation test * Merged singletons, use random port in test and add stricter matchers. * Remove unused import
Added instrumentation for Spring RMI.