Real User Monitoring
User session monitoring, key user actions - everything RUM.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RUM Traffic Control

Irdina
Frequent Guest

Hi Dynatrace Community !

When I reduce RUM cost using traffic control, how does Dynatrace decide which user data or sessions to capture? Is it random sampling or based on certain rules?

Thanks!

2 REPLIES 2

lubrman
Mentor

Hi
@Irdina 

Unfortunately, Dynatrace controls the injection automatically. The only way to manage which group to observe is via the ruxit API.

Valentín
Dynatrace Enthusiast
Dynatrace Enthusiast

Hello Irdina,

 

The decision is made at page load time and remains consistent for the entire user session. If a session is not selected, it is skipped entirely and no RUM data is sent or stored.


This decision is taken by the JavaScript agent, which evaluates the configured RUM traffic control settings. The session is sampled deterministically, although the exact algorithm is not publicly documented.


I hope this helps clarify the behavior.

Featured Posts