I am unable to create a data collector on my node.js application. I came across this doc " For the Node.js agent, you can create a method data collector only using the addSnapshotData() Node.js API, not the Controller UI as described here. See Node.js Agent API Reference". I have 2 questions; how do I determine the value and key to use where do I add addSnapshotData()
... View more