-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OkHttp migration to instrumentaion API (#505)
* Removing OkHttpInstrumentationConfig statics * Renaming OkHttpInstrumentationConfig * Using okhttp instrumentation from registry * Validating install * Updating okhttp instrumentation redme * Adding autoservice annotation to OkHttpInstrumentation * Removing GlobalOpenTelemetry references from okhttp instrumentation related code * Configuring OkHttp3Singletons from within OkHttpInstrumentation * Clean up * Initializing okhttp initial interceptors to noop * Setting up convention for instrumentation tests * Fixing okhttp tests * Clean up * Updating the README * Fixing typo
- Loading branch information
1 parent
5ef964e
commit 64f42d7
Showing
13 changed files
with
183 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
...in/java/io/opentelemetry/instrumentation/library/okhttp/v3_0/internal/CachedSupplier.java
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
...n/java/io/opentelemetry/instrumentation/library/okhttp/v3_0/internal/LazyInterceptor.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.