wu-sheng commented on issue #2709: Http JDK plugin URL: https://github.com/apache/skywalking/issues/2709#issuecomment-493446827 Because of this > private static final String ENHANCE_CLASS = "sun.net.www.protocol.http.HttpURLConnection"; This is a JRE level class, rt.jar mostly. We don't instrument any class like this. You need to adjust byte-buddy AgentBuilder in `SkyWalkingAgent` to make it works. I haven't tried that.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
