rajkumarr
Adventurer
since ‎09-27-2017
‎01-06-2018

User Statistics

  • 19 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Document [1] doesn't talk about how we can cast an object and use getter chains on that.   For example, ((MySecondClass) myFirstObject.myFirstMethod()).mySecondMethod() How do I do this in Appdynamics?   [1] https://docs.appdynamics.com/display/PRO44...
Refer the below screenshot. If I interpret this graph correctly, the time displayed on the connection between two nodes represents the average response time of that remote network call (network latency + execution time in the downstream node). For ex...
I manually triggered a diagnostic session to capture some snapshots of a servlet service deployed on WSO2 DSS. Snapshots are taken, but I'm not able to see the complete call graph, seeing only the first line. Execution time was 18 ms. See the below s...
I'm trying to do custom transaction correlation for WSO2 ESB. The exit point (producer) of WSO2 ESB is the send() method of Axis2FlexibleMEPClient class [1].   send() method is as below.     public static void send( EndpointDefinition endpo...
I have my JVM up and running with appd agent configured. Do I need to restart my JVM if I do a change in app-agent-config.xml like fork-config?