<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How do I instrument .JS agents to report information points in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-do-I-instrument-JS-agents-to-report-information-points/m-p/724344#M4174</link>
    <description>&lt;P&gt;Do the JS Agents have to be manually instrumented to report information points?&amp;nbsp;When I try to add an information point the only options are Java, .NET, and PHP.&lt;/P&gt;
&lt;P&gt;1. Why there is no option for JS to add information point?&lt;/P&gt;
&lt;P&gt;2. How do I configure JS Agents to&amp;nbsp;report all the information points?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Mar 2018 18:06:48 GMT</pubDate>
    <dc:creator>Emrul_Yousof</dc:creator>
    <dc:date>2018-03-23T18:06:48Z</dc:date>
    <item>
      <title>How do I instrument .JS agents to report information points</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-do-I-instrument-JS-agents-to-report-information-points/m-p/724344#M4174</link>
      <description>&lt;P&gt;Do the JS Agents have to be manually instrumented to report information points?&amp;nbsp;When I try to add an information point the only options are Java, .NET, and PHP.&lt;/P&gt;
&lt;P&gt;1. Why there is no option for JS to add information point?&lt;/P&gt;
&lt;P&gt;2. How do I configure JS Agents to&amp;nbsp;report all the information points?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 18:06:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-do-I-instrument-JS-agents-to-report-information-points/m-p/724344#M4174</guid>
      <dc:creator>Emrul_Yousof</dc:creator>
      <dc:date>2018-03-23T18:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I instrument .JS agents to report information points</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-do-I-instrument-JS-agents-to-report-information-points/m-p/724345#M4175</link>
      <description>&lt;P&gt;Hi Emrul,&lt;/P&gt;

&lt;P&gt;Yeah, the way we do this in Node.js is through the agent API:&amp;nbsp;&lt;A href="https://docs.appdynamics.com/display/PRO44/Node.js+Agent+API+Reference" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO44/Node.js+Agent+API+Reference&lt;/A&gt;. Specifically, there are two options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://docs.appdynamics.com/display/PRO44/Node.js+Agent+API+Reference#Node.jsAgentAPIReference-txn.addSnapshotData(key,value" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO44/Node.js+Agent+API+Reference#Node.jsAgentAPIReference-txn.addSnapshotData(key,value&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.appdynamics.com/display/PRO44/Node.js+Agent+API+Reference#Node.jsAgentAPIReference-txn.addAnalyticsData(key,value" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO44/Node.js+Agent+API+Reference#Node.jsAgentAPIReference-txn.addAnalyticsData(key,value&lt;/A&gt;)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;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.&lt;/P&gt;

&lt;P&gt;Please let us know if you have any issues.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kyle&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 18:45:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-do-I-instrument-JS-agents-to-report-information-points/m-p/724345#M4175</guid>
      <dc:creator>Kyle_Furlong</dc:creator>
      <dc:date>2018-03-23T18:45:59Z</dc:date>
    </item>
  </channel>
</rss>

