How to install a Site24x7 APM Insight Java agent in a Spring Boot application

How to install a Site24x7 APM Insight Java agent in a Spring Boot application

Oct 6, 2022

This video will walk you through the process of installing the Site24x7 APM Insight Java agent in a Spring Boot application. With the APM Insight Java agent installed, you can monitor your entire application, track every transaction that occurs, identify transaction errors, and optimize transactions before your end users are impacted.

Related links

To verify the integrity of the downloaded agent using checksum validation, visit:
https://www.site24x7.com/help/apm/java-agent/java-agent-checksum.html

The argument to be included in your application startup command is:

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

Here's an example:
java -javaagent:/opt/apm/apminsight-javaagent.jar -jar [spring_appliction].jar

To fine-tune the agent settings by modifying the APM agent configuration profile, visit:
https://www.site24x7.com/help/apm/apm-insight-configuration.html

Help doc links:
Adding a Java agent:
https://www.site24x7.com/help/apm/java-agent/add-java-agent.html

Installing a Java agent in a Spring Boot application:
https://www.site24x7.com/help/apm/java-agent/install-java-agent-spring-boot.html