Hi all,
A customer of mine has completed the Integration between Synthetic and Dynatrace AM, just to see DTAM data (especially UEM) in the built-in Synthetic Real User Visits graphs. Just to be clear, the process I'm referring to is the one called Synthetic Test integration (link to the community), so only the Dynatrace AM side has been configured.
Thing is, after setting this up, he noticed a serious increase in the consumed measurements, and I think it's related to the 5 minutes interval used by the Dynatrace Server to send its data to the Portal., as you can read below
I was wondering: is there a way to change this 5 minutes interval? If not, what is the best way to handle the increase so the Integration won't burn all the remainings measurements?
Could this be related to the 5 minutes interval used to calculate the User's bandwidth?
Thanks in advance for your help,
Valerio
Answer by Andreas G. ·
Hi
There is a system property that you can specify in dtserver.ini. it is called gomez.convergence.sendinterval and can be specified in 5 mins intervals. In order to set it to 10mins you have to add the following line to dtserver.ini - give it a try
-Dgomez.convergence.sendinterval=10
In order for this to work you first need to stop the server - make the change - and start the server again
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET