Expand my Community achievements bar.

SOLVED

Dynatrace integration into AEM Application

Avatar

Level 4

Hello, AEM Community

 

Does anybody have some experience in integration Dynatrace with AEM? Especially I'd like to know about server analytics. Can not find any info about it in the internet. Maybe you found some interesting.

 

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi,

in my experience the integration with Dynatrace is performed just by inserting the properties into the start scripts of AEM in order to allow Dynatrace to get info from the AEM java process.

 

Please find below the example:

CQ_JVM_OPTS='-server -Xms8g -Xmx8g ...

Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*.www.myproxy.com*
 -javaagent:/opt/aem/author/crx-quickstart/opt/notsoserial/notsoserial.jar' -Xshare:off -agentpath:/opt/dynatrace/agent/lib64/libdtagent.so=nam
e=AEMAUTHSERVER,server=dynprdeu07.myserver.test.com:9998,logpath=/opt/dynatrace/logs,wait=60'

View solution in original post

4 Replies

Avatar

Correct answer by
Level 7

Hi,

in my experience the integration with Dynatrace is performed just by inserting the properties into the start scripts of AEM in order to allow Dynatrace to get info from the AEM java process.

 

Please find below the example:

CQ_JVM_OPTS='-server -Xms8g -Xmx8g ...

Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*.www.myproxy.com*
 -javaagent:/opt/aem/author/crx-quickstart/opt/notsoserial/notsoserial.jar' -Xshare:off -agentpath:/opt/dynatrace/agent/lib64/libdtagent.so=nam
e=AEMAUTHSERVER,server=dynprdeu07.myserver.test.com:9998,logpath=/opt/dynatrace/logs,wait=60'

Avatar

Level 4

Hi,

Thanks for your answer. I'll definitely try it when I start to work with it.

Avatar

Level 1

Hello, i have the same question, do you have already an answer?

Avatar

Level 4
Hi @uponline. We abandoned this theme and implemented dynatrace only in clien side.