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...
Hi Cody,
I'm using data collectors, and instrumenting on org.apache.synapse.core.axis2.Axis2Sender class' sendBack(org.apache.synapse.MessageContext smc) method.
I want to use getter chain on the method parameter (smc), but I can't use one direcl...
Hi Peter,
I've setup end to end demarcation using class name and method. Below is a snapshot, it shows end to end latency as 2.1 sec. Not sure which tier appdynamics considered as the logical endpoint (because the same class/method is executed in t...
Hi Peter,
Yes, wso2.gateway and wso2.esb are using non-blocking transport. Meaning, they send request to backend, registrer a callback and return immediately, they don't wait for the response. So the time displayed on top of the connection arrow i...
Thanks for the response, but it doesn't seem to be correct.
If you see the wso2.gateway to wso2.esb connection, it says 0 ms as the response time, but if you can see wso2.esb node's average processing time, it says 1 sec. How can be the average re...
Also what's the response time graph at the bottom of this flowmap dashboard represents? End to end latency across all tiers or the latency within the first tier?