29 May 2018 04:16 PM
Hi dynatrace community,
I encounter an application that is deployed with the following architecture :
web browser => 2 x nginx => 2 x varnish cache => 3 x apache httpd servers
How is injected RUM and what is the rule adopted by dynatrace to avoid injection in apache ?
Thank's in advance for your answer and help.
Best Regards.
Alain
Solved! Go to Solution.
30 May 2018 11:55 AM
By default the injection applies as early as possible in the response delivery chain. That means that Apache will try to inject first. If you want to do injection at nginx, you need to turn of real user monitoring javascript injection for the apache process group.
Go to the settings - monitoring - monitoring overivew - process groups and edit the settings for your apache process group.
On Varnish we will not do an injection, so the injection will take place at nginx.
22 Jun 2018 01:15 PM
Thank's Alexander. That is the needed answer.
Best Regards
Alain