cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Limit on data sent through POST call to Dynatrace Server by RUM JavaScript

suresh230591
Mentor

How much amount of data RUM JavaScript can send to Dynatrace server in one POST call. What is the min and max time it should take to send data in call.

1 REPLY 1

ChadTurner
DynaMight Legend
DynaMight Legend

the default max size of a beacon is 30kb, if it would grow higher than that it's split into multiple requests. the default limit can be configured using the `custom configuration properties` textbox within the advanced application configuration. just enter `msl=<size-in-bytes>`, so in your case `msl=4000` to decrease this limit. expect an higher amount of beacons though, since the beacon will be split if the content grows beyond 4kb.

-Chad

Featured Posts