Surbhi A
Surbhi A
[Android gradle plugin readme](https://github.com/raphw/byte-buddy/blob/9d99167f37a81756bacf2af51a778fd62c0a5211/byte-buddy-gradle-plugin/android-plugin/README.md#byte-buddy-gradle-plugin-for-android) mentions this: "For your compiler plugin to be able of getting recognized as a Byte Buddy compiler project, it must contain its Byte Buddy plugins class...
As the Android SDK classes like HttpURLConnection can’t be instrumented, an alternative is to instrument all calls to HttpURLConnection APIs which are in android application code itself. For that, it...
### What's covered in this PR As the Android SDK classes can't be instrumented with ByteBuddy Android Gradle Plugin, this PR instruments all calls to relevant URLConnection/HttpURLConnection/HttpsURLConnection APIs in android...
As Kotlin is being increasingly used for development of android applications and is now the [preferred language by Google](https://techcrunch.com/2019/05/07/kotlin-is-now-googles-preferred-language-for-android-app-development/), it might be worth migrating this repo codebase to Kotlin. [This](https://insights.stackoverflow.com/survey/2019#most-loved-dreaded-and-wanted)...
An issue was raised on same [here](https://github.com/open-telemetry/opentelemetry-java/issues/6026). Should this repo try to have two versions of okhttp auto-instrumentation -> okhttp3+ and okhttp4.12+ to cover all customers?
Creating this issue to track HttpURLConnection byte buddy plugin work for auto-instrumentation.
Creating this issue to track auto-instrumentation of Volley Http Requests work!
I was looking at exported network traces by zipkin exporter from this repo’s [source repo](https://github.com/signalfx/splunk-otel-android/tree/main) and came across the below items: 1. **service.name** (required resource attribute) The value emitted today...
Currently, we mention how to obtain the latest version from maven central in httpurlconnection/README.md. It can be removed and latest version can be added to README as part of release...
I checked out the latest repo code and published artifacts locally, added the necessary dependencies as per instructions [here](https://github.com/open-telemetry/opentelemetry-android/tree/main/instrumentation/okhttp3). When I try to run my sample app, it fails with...