Hi All,
We have a 3rd party application that we don't have any access to its source code so here is the challenge:
each click on a web page is causing a series of 2 or more user actions looking like this :
user Action 1: Click on "XXX" on empty.html
User Action 2-n: load of "frame.aspx"
User Action n+1 (and FInal) : load of "screen.aspx"
The main target is to try and compuete the total time it takes from UA1 until the final one and as I've said, we can't add the JS ADK and touch the source code.
Any creative ideas how we can measure that ? (and provide alert on these times) ?
Gil.
Answer by Andreas G. ·
Hi Gil
Unfortunately there is no real workaround for this in dynatrace in the moment. The only option I can think of is our Real Time Business Transactions Feed where you can push this data to an external BI Analysis tool.
The best option would be to use the JS ADK and built this with a custom JavaScript Measure - but as you said - this is not an option for you
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET