Answer by Rick B. ·
Looks like you're using the tagging ADK here. Is it possible the call is configured to be detected by dynaTrace as "asynchronous" despite the application actually working synchronously?
Check out this doc page and search for "asynchronous" to see the various signatures of linkClientPurePath():
Answer by Andreas G. ·
The "Elapsed Time" column tells you when this node was created in relation to the start of the purepath. Looking at this screenshot tells me that you make 3 different async SOAP calls. The first starts after 526ms, the second after 724 and the third after 1026ms.
So - my first throught is not that this is a bug in dynaTrace - but that your app is reallying making these calls sequentially.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET