05 Feb 2019
04:46 AM
- last edited on
08 Sep 2022
12: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.
I think this is done by useragent mostly. I didn't see any option to determine that traffic from certain IP is robot.
Sebastian
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.
Any idea how to add a specific user agent string to the list of robots?
I don't think it's possible right now. Maybe RFE?
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.
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.
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/
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 ?