Steps on how to deploy Germain UX’s monitoring for Node.js.
Requirements
-
npm package manager integration
-
Node.js v14 or higher
Monitoring Deployment for Node.js
Steps for deploying Germain UX's monitoring for Node.js
-
Start Node.js wizard
Germain Workspace > Left Menu > Wizard > NodeJS
-
Set Monitored Server, Application and Name
-
Install
-
NPM Installation
-
Germain UX monitoring package is available here:
https://www.npmjs.com/package/@germainapm/nodejs-monitoring -
Run the following command to add our monitoring into your Node.js application:
JavaScriptnpm i --save @germainapm/nodejs-monitoring
-
-
Yarn Installation
-
Germain UX monitoring package is available here:
https://yarnpkg.com/package/@germainapm/nodejs-monitoring -
Run the following command to add our monitoring into your Node.js application:
JavaScriptyarn add @germainapm/nodejs-monitoring
-
-
Component: Code Profiler
Feature Availability: 8.6.0 or later