In one of our .net application instrumented with Dynatrace the .Net tier in transaction flow is showing empty contribution.
Below is the transaction floe for one single purepath.
The 'dotNet_FrontEnd' tier response time contribution is showing empty.
Also the web server contribution is almost equal to the total response time of the purepath
Could this be an issue with correlating events for purepaths?
Our DT version is 6.1.0.8054
-Sreerag
Answer by Sreerag M. ·
Hi Andi,
The purepaths have green status. There are many purepaths that show this behavior.
I have uploaded one purepaths on the support ticket.
-Sreerag
Answer by Christian S. ·
hi Sreerag,
just had a short look at your Session. based on the PurePath it's pretty clear why the Transaction Flow looks like it does: because the synchronous call back to the Web Server "steals" the time away from the .NET tier resulting in some quite weird timings in this PurePath.
however, the interesting question now is what this synchronous call back to the Web Server is all about.
that should be clarified in the course of the SUP ticket.
best,
Christian
Thanks for looking into this Christian, We also were wondering what is that call back to web server. We are working with App team to try find out more on the expected request flow.
-Sreerag
Here are the technologies we use in the application
FrontEnd (HTML5, AngularJS, Modernizer)
BackEnd (WebAPI, MVC, IOC Framework)
the use of web API answers why there is an additional call to the web server layer.
-Sreerag
JANUARY 15, 3:00 PM GMT / 10:00 AM ET