Install Java agent on SonarQube
Note
Refer to this help page for the previous steps.
- Download the apminsight-javaagent.zip file from your account and extract the zip file to a new directory
- Open the apminsight.conf file in any text editor, enter your license.key (which can be obtained from the Site24x7 APM Insight page), configure the application.name and agent.server.port values as required, and save the file. Refer here to fine-tune the agent settings.
NoteIf multiple Java applications or instances are running on the same host, configure application-specific properties, such as application.name and agent.server.port, as JVM system properties instead of configuring them in the apminsight.conf file. For more information, refer to this KB article.
- Edit the file <Sonarqube_installed_directory>/conf/sonar.properties
- Under the WEB SERVER configuration, uncomment the property (if commented) sonar.web.javaAdditionalOpts
- Add -javaagent:<agent_directory_full_path>/apminsight-javaagent.jar and save the file

- Once the changes are made, please restart the Sonarqube server
