Upgrade APM Insight Java agent

Methods to upgrade Java agent

Java agent can be upgraded in 2 ways:
  • Auto Upgrade
  • Manual Upgrade
Auto Upgrade:
  • This feature is available only from version 1.9
  • When this feature is enabled, the latest version of the agent is automatically downloaded and deployed whenever it is made available
  • After the deployment process is complete, you will be requested to restart your application server. Once the server is restarted, the updated version will come into effect
  • To enable this feature, go to APM Insight > Choose your APM application > Edit option > Edit APM Agent Configuration Profile > Enable Agent Auto-Upgrade.
NOTE: Auto upgrade feature will only work for major version changes in agent. Minor changes will not be covered in this.

Manual Upgrade:
  • By default, auto-upgrade option is disabled. When a new version of the agent is available, users will be notified in the APM Instance view.
  • Users can initiate the upgrade process by clicking on Update Agent link in the above said notification. On doing so, the latest version will be downloaded and deployed
  • After the deployment process is complete, you will be requested to restart your application server. Once the server is restarted, the updated version will take effect.

    • Related Articles

    • Prerequisites for Node.js agent installation

      For a smooth Node.js agent installation, ensure that you've fulfilled the following prerequisites. The environment should have node version 16.20.2 or above installed. The application user should have full permission to access the agent directory. ...
    • Bundled .NET and .NET Core agents in a single MSI

      In APM Insight .NET agent version 6.8.0, the .NET and .NET Core agents have been bundled into a single MSI, enabling unified monitoring of both application types. Upgrade requirements for .NET Core agent 6.7 and below If you're using .NET Core agent ...
    • How to uninstall the Site24x7 Windows Server Monitoring Agent

      Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...
    • Basic troubleshooting tips for the APM Insight Node.js agent

      If you are experiencing issues after installing the APM Insight Node.js agent, follow these troubleshooting tips. Verify agent installation and connectivity To verify the agent installation status, you can execute the following command from the root ...
    • Add Node.js agent in Kubernetes via InitContainers (using prebuilt agent image)

      To integrate the APM Insight Node.js agent into your Kubernetes applications using InitContainers, follow the steps given below: Step 1: Create an empty volume that will be used to copy the agent files during the initContainers process. Example: ...