Start the application
Updated at:
You can start the application using the Node.js Performance Platform runtime that you deployed.
Start the application directly
ENABLE_NODE_LOG=YES node app.js
For applications managed by pm2
ENABLE_NODE_LOG=YES pm2 start app.js
If monitoring data is not displayed in the console, see the FAQ section.
Is this page helpful?