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.
Solved! Go to Solution.
Views
Replies
Total Likes
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'
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'
Hi,
Thanks for your answer. I'll definitely try it when I start to work with it.
Views
Replies
Total Likes
Hello, i have the same question, do you have already an answer?
Views
Replies
Total Likes