playframework - How can I integrate the Dynatrace APM platform with the Play framework? -


currently have installed dynatrace agent, server , collector. i'm starting play application this:

path/to/play_app/bin > ./my_play_application_name -dagentpath:/home/sagara/software/dynatrace-6.2/agent/lib64/libdtagent.so=name=playserver_monitoring,server=ubuntu:9998 

i tried adding same java_opts:

java_opts=-agentpath:/home/sagara/software/dynatrace-6.2/agent/lib64/libdtagent.so=name=playserver_monitoring,server=ubuntu:9998 

in both cases, dynatrace server did not recognize agents.

am doing wrong? i'm running ubuntu linux oracle java 8.

dynatrace server running locally @ port 9998 , agent library exists in "agentpath".

also, no logs exist dynatrace agent log directory.

make sure play server can connect ubuntu on port 9998 - assuming machine dynatrace server installed. make sure there no firewall. make sure collector runs on machine

any console output in play app show dynatrace agent output?


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -