-
Notifications
You must be signed in to change notification settings - Fork 1k
make apache httpclient instrumentations indy-ready #13895
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
Conversation
…nstrumentation into indy-migration-3
|
|
||
| @SuppressWarnings("unused") | ||
| public static class UriRequestAdvice { | ||
| public static class AdviceScope { |
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.
[for reviewer] this AdviceScope class has been moved outside of the Advice classes as it allows to remove duplication, otherwise by default almost identical AdviceScope inner classes are created for each advice class.
...lemetry/javaagent/instrumentation/apachehttpclient/v2_0/ApacheHttpClientInstrumentation.java
Show resolved
Hide resolved
...lemetry/javaagent/instrumentation/apachehttpclient/v5_0/ApacheHttpClientInstrumentation.java
Outdated
Show resolved
Hide resolved
...lemetry/javaagent/instrumentation/apachehttpclient/v5_0/ApacheHttpClientInstrumentation.java
Outdated
Show resolved
Hide resolved
…nstrumentation into indy-migration-3
…nstrumentation into indy-migration-3
|
🔧 The result from spotlessApply was committed to the PR branch. |
...lemetry/javaagent/instrumentation/apachehttpclient/v5_0/ApacheHttpClientInstrumentation.java
Outdated
Show resolved
Hide resolved
…nstrumentation into indy-migration-3
Part of #13031
two transformations applied:
ExperimentalInstrumentationModule.isIndyReady()to mark instrumentation indy-ready