Hi Jeff,
I am able to connect my Node JS AppD agent to the controller and able to see the metrics on the AppD controller dashboard, the thing is we are deploying our application on cf(cloud foundry) and we have 5 instances running in cloud foundry, but we have our AppD monitoring enabled for only one instance , .ie there is the only node is being displayed on the controller, how to spin up a total of 5 nodes in the controller to monitor our instances .
below is the code in the app<server.js file
require("appdynamics").profile({ controllerHostName: 'xyz.saas.appdynamics.com', controllerPort: 443, controllerSslEnabled: true, accountName: 'sample-low', accountAccessKey: '1234', tierName: 'web-stg', nodeName: 'web-stg-1', applicationName: 'AIQ-STG', libagent: true, debug: true });
and i have created a user provided servcie in cf and binded it to my app in cf .
everything is working fine, but I am unable to figure out spinning additional nodes in AppD for remaining instances in cf.
Please share your thoughts regarding this scenario.
Regards,
Surya Rayala.
... View more