Resolved! Appdynamics to monitor java httpclient and clientbuilder?
Hi all i wrote a dummy java/quarkus app that fetches html data from any web page.my goal is to see the tier pointing to the endpoints in appdy's flowmap my code@GET @Path("/1") @Produces(MediaType.TEXT_PLAIN) public String test1(){ ...