05 Feb 2019 12:46 PM - last edited on 08 Sep 2022 08:41 AM by MaciejNeumann
Hi all,
Could I ask you two questions about "Robots" as below?
<Q1>
In Application performance analysis, how does Dynatrace recognize User type "Robots"? Is it IP address?
<Q2>
And, on the Application performance analysis, can I check the IP address of Robots?
Solved! Go to Solution.
05 Feb 2019 12:53 PM
I think this is done by useragent mostly. I didn't see any option to determine that traffic from certain IP is robot.
Sebastian
05 Feb 2019 07:22 PM
As Sebastian stated, robots are detected by their UserAgent string.
Even robots have IP addresses, and this can be found when you drill into the User Session data and look at individual sessions. To filter into just Robots, in the top Filtered By field, enter "User Type" with 'robots' as the value.
06 Feb 2019 06:20 PM
Any idea how to add a specific user agent string to the list of robots?
06 Feb 2019 06:46 PM
I don't think it's possible right now. Maybe RFE?
06 Feb 2019 09:47 PM
As Sebastian said, it's not possible thru the user GUI. If you find a robot that is not being recognized properly, open a support ticket and we can initiate a change to the Robot database to have them properly recognized.
07 Feb 2019 06:25 AM
Actually, I deal with identification of robots that are performing synthetic tests using various testing tools (Selenium, TestComplete) that in fact are running real browsers. Albeit changing the user-agent string in the browsers is possible, there is no method how to define a custom user agent string as bot. Seems as a valid RFE.
07 Feb 2019 07:54 AM
I asked Support about this some time ago, Dynatrace uses the Udger database of user agents to mark certain agents as robots. Feel free to contact Udger directly at https://udger.com/
07 Sep 2022 04:37 PM
Some editors use Udger to block robots including those for legitimate monitoring... So, sometimes, it's not an acceptable solution for a monitoring provider... 😞
Why not add a configuration section to configure specific user-agent to indentify a robot for Dynatrace only ?