Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
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