Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 06-10-2024 08:37 AM - edited on 06-25-2024 09:44 AM by Ryan.Paredez
Containers with APM agents will show up in Application -> Containers view
In this example we have Machine Agent running in Amazon Linux 2
For this to work:
-Dappdynamics.docker.container.containerIdAsHostId.enabled=true
java -Dappdynamics.docker.container.containerIdAsHostId.enabled=true -jar machineagent.jar
JAVA_OPTS="$JAVAOPTS -Xmx256m -Dappdynamics.docker.container.containerIdAsHostId.enabled=true"
In the scenario where your UNIQUE_HOST_ID for Java Agent isn't the first 12 characters of your container ID then please provide the below and file a support ticket with AppDynamics
docker ps
cat /proc/self/cgroup
cat /etc/os-release
docker exec -it <container-name> hostname
Ideally, your correlation and complete solution should look like the screenshots attached above.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form