at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127) at org.apache.http.impl.conn.DefaultClientConnectionOperator ...
We use the Socket class to create the sockets for the client and server. The java.net.Socket class represents the socket. Both the client and the server programs use this socket to communicate with ...
I have a requirement to create spans for the java.net.Socket calls to the backend from a Spring REST API. I tried to create an extension for this. I have creates the InstrumentationModule, ...