Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.95 KB

appdynamics.md

File metadata and controls

63 lines (34 loc) · 1.95 KB

Overview

Infrastructure Monitoring

  • No curl commmand to download package
jre/bin/java -jar machineagent.jar
  • Didn't see option to install as a systemctl service, even though it is in the documentation

image

  • Not sure why it didn't work

image

Distributed Tracing

JAVA_OPTS="${JAVA_OPTS} \
    -javaagent:${APP_HOME}/appdynamics/javaagent.jar"
  • No idea what it has traced

Screen Shot 2021-06-17 at 11 43 35 pm

  • Trace not representative

image

  • Database calls

Screen Shot 2021-06-17 at 11 47 35 pm

  • Example trace

image

  • Errors after shutdown down one container

image

  • Error trace

image

Dashboarding

Screen Shot 2021-06-17 at 11 49 06 pm

image

Alerting