FAQs
Managing Node.js applications using PM2 Process Manager
Configure PM2 Process Manager to manage Node.js applications Follow the instructions given below to configure PM2 Process Manager to manage Node.js applications: Configure the processManagerEnabled key in the already created apminsightnode.json file. ...
How to create a new instance after deleting the existing one?
You can create a new Node.js instance after deleting the old instance using the steps given below: Open the application root directory and click on the apminsightdata folder. Delete the apminsight.json file. Restart the Node.js application. Upon ...
Folder path to view the Node.js agent logs
By default, the logs generated by the Node.js agent are stored in the apminsightdata folder, which resides in your application's current working directory. The log files can be found at: <app-path>\apminsightdata\logs If you would like to customize ...