Method to upgrade Node Js Agent
Manual upgrade from user terminal:
To upgrade the APM Insight Node.js agent, follow these instructions:
- Stop the Node.js application.
- Access the node package manager (NPM).
- Navigate to the application root directory of the application for which you want to upgrade the agent.
- First, you need to uninstall the old version of the agent by entering the below command:
- Download the latest version from this link and extract the zip file
- Now, from the same directory, run the following command to install the new version of the agent
npm install <Node.js-Agent-unzipped-path>/agent_minified
- Restart the Node.js application.
New to ADSelfService Plus?