Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
03-23-2018 11:06 AM
Do the JS Agents have to be manually instrumented to report information points? When I try to add an information point the only options are Java, .NET, and PHP.
1. Why there is no option for JS to add information point?
2. How do I configure JS Agents to report all the information points?
03-23-2018 11:45 AM
Hi Emrul,
Yeah, the way we do this in Node.js is through the agent API: https://docs.appdynamics.com/display/PRO44/Node.js+Agent+API+Reference. Specifically, there are two options:
addSnapshotData will just add a key value pair to each request snapshot that the agent takes, while the addAnalyticsData will work more like a data collector, providing metrics.
Please let us know if you have any issues.
Regards,
Kyle
Thanks,
Kyle Furlong, Technical Lead (C++ and Dynamic Languages)
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form