18 Oct 2024 05:24 PM
Hello:
I am looking for the "trickle-down effect" that would occur when a page has existing RUM injection turned off.
How does disabling RUM injection on a specific web page impact Dynatrace's functionalities such as:
Session segmentation
Does the web page simply "not show up" in a user session?
Is it skipped? or does it show up as being accessed but no statistics (e.g. waterfall etc...)
Front End-
Is the page without RUM injection still included in metrics and calculations under Application?
For example... would that disable rum injection page be omitted from "Top user actions..." etc...
Traces-
When looking at web pages accessed in traces. What happens to a Trace when a web page is excluded from Injection?
Would the page simply be skipped? Or is there an indication that it was accessed, but not data collected?
My concern is that if we do not use RUM injection, that we would not see that particular page in a Trace. Is that the case?
Thanks,
C
Solved! Go to Solution.
18 Oct 2024 09:20 PM
First of all, you shouldn't post 4 different messages in the forum, which are exactly the same. I'll be moving the remaining to this thread in an instance.
Regarding your questions:
There are several edge cases though, that involve some details, like having agentless RUM, OneAgent not in Full-Stack mode, etc.
28 Oct 2024 12:59 PM - edited 28 Oct 2024 01:02 PM
Antonio:
Thank you for catching that this was reposted several times. This was not done intentionally. I hit post once,
I can't speak to the back-end process as to why it showed up.
Thank you for cleaning.
Duplicates with no response have been deleted.
-Chris
21 Oct 2024 05:51 PM
I am looking for the "trickle-down effect" that would occur when a page has existing RUM injection turned off.
How does RUM injection not happening on a specific web page impact Dynatrace's functionalities such as
Session segmentation
Does the web page simply "not show up" in a user session?
Is it skipped? or does it show up as being accessed but no statistics (e.g. waterfall etc..)
]
Front End-
Is the page without RUM injection still included in metrics and calculations under Application?
For example... would it be omitted from "Top user actions..." etc...
Traces-
When looking at web pages accessed in traces. What happens to a Trace when a web page is excluded from Injection?
Would the page simply be skipped? Or is there an indication that it was accessed, but not data collected?
My concern is that if we do not use RUM injection, that we would not see that particular page in a Trace. Is that the case?
21 Oct 2024 07:59 PM
Simply turning off RUM causes JavaScript won't be injected (automatic injection) or data won't be received (if JS was injected manually). Thus no data from the "frontend" will be received. This applies to "purple" screens in Dynatrace.
Does the web page simply "not show up" in a user session?
Yes, exactly.
Is it skipped? or does it show up as being accessed but no statistics (e.g. waterfall etc
It is skipped completely. No statistics/waterfalls for user actions or pages.
Is the page without RUM injection still included in metrics and calculations under Application?
For example... would it be omitted from "Top user actions..." etc...
No, it is not as data is not being collected.
When looking at web pages accessed in traces. What happens to a Trace when a web page is excluded from Injection?
Nothing. You just won't see a link this trace was part of a particular user action.
Would the page simply be skipped? Or is there an indication that it was accessed, but not data collected?
Indication can be just the request (collected server side). You won't have user action or any data from it in the user session / frontend.
My concern is that if we do not use RUM injection, that we would not see that particular page in a Trace. Is that the case?
You will have only traces (server-side collected data). No pages, no user sessions, no apdex, ....