we noticed that some of our requests to Azure are taking too long.
They told us that they don't appear to receive a request until much after we start the request. Given that, it would be good for us to be able to log how long it took to establish a connection to the remote host.
We are using javax.ws.rs.client.Client.
Does anyone know if there is a way to enable debug logging which would capture this metric or if we can get the metrics in some other way?