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, ...
import java.io.IOException; // Importing IOException from the java.io package import java.net.*; // Importing all classes from the java.net package ServerSocket newSocket = new ServerSocket(9004); // ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results