03 Aug 2022 05:25 PM - last edited on 01 Sep 2022 01:50 PM by MaciejNeumann
We are not monitoring two servers of a 4 server website array (intentionally). Im am getting tons of calls to the URL in the subject, how would I shut that off?
Solved! Go to Solution.
05 Aug 2022 12:28 PM
You can set custom alerts rule or fine tune your host anomaly detection settings.
05 Aug 2022 10:53 PM
What is causing that to be called? this is infact a dynatrace endpoint correct? I am seeing 404 errors as the dynatrace is not installed on these servers.
06 Aug 2022 01:42 PM
Hi,
In the settings (Capturing > Advanced setup) of the Web application you can specify to what endpoint the RUM agent should send the monitoring data to. I am assuming the current default endpoint can be any of the four servers including the two un-monitored ones.
Sia
07 Aug 2022 11:05 AM
This is due to the fact that OneAgent injects the RUM requests as first party requests. So, when they are made by the client, they go to your load-balancer, which distributes them to your 4 servers. Naturally, the ones without OneAgents don't know what to do with them...
If you don't want to monitor them all, probably the best way, and which I have done in some cases, is tell the load-balancer that the requests for both the Javascript requests and the XHR ones that you mention, be only sent to the monitored servers.