How to install the Site24x7 APM Insight Java agent in a Docker container

How to install the Site24x7 APM Insight Java agent in a Docker container

Nov 18, 2022

This video will walk you through the process of installing the Site24x7 APM Insight Java agent in a Docker container. Docker itself is the whole environment that helps you run, build, and manage your application, allowing APM to achieve its goals more quickly.

Related links

Creating a DockerFile:
https://docs.docker.com/engine/reference/builder/
https://docs.docker.com/compose/compose-file/build/

The argument to include in your application startup command:

  • javaagent:[agent_directory_full_path]/apminsight-javaagent.jar

Adding the Java agent:
https://www.site24x7.com/help/apm/java-agent/add-java-agent.html

Installing the Java agent in a Docker container:
https://www.site24x7.com/help/apm/java-agent/install-java-agent-in-docker-container.html