16 Jul 2019 04:56 PM
Hi guys
Customer sees lots of web requests on server side with few user actions associate to on application side (.i.e there is no injection of JS agent) so its look like users are using those web requests not from the HTML page.
We can see on the summary of PP the client ip under the Metadata.
Our question is if there is a way to count all the requests split by client ip ?
Yos
Solved! Go to Solution.
16 Jul 2019 05:54 PM
First, be sure that you have properly instrumented application with asynchronous requests and frameworks configured. Do you see xhr actions? If no you can start here.
About IP you can use headers that Dynatrace is using for client ip to create request attribute. Headers are available on settings related to web applications. There you have settings for client ip’s.
Sebastian
17 Jul 2019 06:43 AM
Thanks for clearing up this one too
Yos