Answer by aftab a. ·
we have a html app hosted on one server. This gets downloaded on POS devices. From POS devices, it calls in-house REST APIs .
We have enable UEM on server which has html app and pointed dynatrace monitor to this servers.
Now we are able to see html/css/js download time but we do not see REST APIs as part of visit?
What could be the reason?
Should we enable UEM in restAPI server as well?
Answer by Andreas G. ·
Hi. I am not sure I fully understand the question. Do you say that YOU DO or YOU DO NOT see these REST calls as part of the visit?
Answer by aftab a. ·
Hi Reinhard
I am capturing following contents
My html app and REST APIs are hosted in different JVMs. JVMs are behind two different bigIP as well.
UEM is considering REST API url as third party.
I tried changing dynatraceMonitor URL to REST API JVMs but it did not help.
if I uncheck "Thirdparty connent summary Information" or add perfmms in" ignore" domain, I do not see perfmms call as expected.
I am not sure why perfmms url is treated as thirdparty and how to avoid this
Answer by aftab a. ·
we got this resolved by adding adding atagentapi.js in html page.
- Copy the dtagentApi.js to the corresponding javascript file location.
- Include the path of the dtagentApi.js in the corresponding html file.
browser started sending dtCookies as query parameter. Now we can see REST calls from browsers
JANUARY 15, 3:00 PM GMT / 10:00 AM ET