<?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 Re: Java APM - should i see where the calls originate? in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-APM-should-i-see-where-the-calls-originate/m-p/716744#M222</link>
    <description>&lt;P&gt;Chris,&lt;/P&gt;

&lt;P&gt;EUM requires an agent on the client side, so doesn't sound like a fit for this use-case.&lt;/P&gt;

&lt;P&gt;What information is available to you as to the source of your API requests?&lt;/P&gt;

&lt;P&gt;If you plan to use &lt;A href="https://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequest.html#getRemoteAddr()" target="_self" rel="nofollow noopener noreferrer"&gt;getRemoteAddr()&lt;/A&gt; or that family of APIs to identify the caller, you could collect that data using a data collector. to populate it into snapshots.&lt;/P&gt;

&lt;P&gt;If you want to slice and dice transaction performance by client, you could do this with our &lt;A href="https://docs.appdynamics.com/display/PRO45/Collect+Transaction+Analytics+Data" target="_self" rel="nofollow noopener noreferrer"&gt;transaction analytics&lt;/A&gt; capability.&lt;/P&gt;

&lt;P&gt;Warm regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2019 16:05:50 GMT</pubDate>
    <dc:creator>Peter_Holditch</dc:creator>
    <dc:date>2019-05-20T16:05:50Z</dc:date>
    <item>
      <title>Java APM - should i see where the calls originate?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-APM-should-i-see-where-the-calls-originate/m-p/716741#M219</link>
      <description>&lt;P&gt;So I've used other APM tools before and calls into a java agent instrumented process usually show up on the map as 'user' or the like - i.e. identifying the source of the call.&lt;/P&gt;
&lt;P&gt;Just started with Appdynamics but with just the JVM agent set up I dont see this (a 'start' reference appears on the first segment being hit). Do i need end user monitoring configured too?&lt;/P&gt;
&lt;P&gt;These calls are coming in via an haproxy, anything I could do with that?&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 20:04:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-APM-should-i-see-where-the-calls-originate/m-p/716741#M219</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2019-05-18T20:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Java APM - should i see where the calls originate?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-APM-should-i-see-where-the-calls-originate/m-p/716742#M220</link>
      <description>&lt;P&gt;Chris,&lt;/P&gt;

&lt;P&gt;AppDynamics APM agents are orientated aroud identifying, measuring and alerting on server side activity.&amp;nbsp; In our model, the server side activity is classified into Business Transactions which are tracked end to end through the architecture.&lt;/P&gt;

&lt;P&gt;If yours is a web application, and you want to track the user experience all the way from the end user's device, then you will indeed need to deploy &lt;A href="https://docs.appdynamics.com/display/PRO45/End+User+Monitoring" target="_self" rel="nofollow noopener noreferrer"&gt;end user monitoring agents&lt;/A&gt; to capture the client side perspective (which of course, links to the server side activity to give true end to end visibility.&lt;/P&gt;

&lt;P&gt;Warm regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 09:32:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-APM-should-i-see-where-the-calls-originate/m-p/716742#M220</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2019-05-20T09:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Java APM - should i see where the calls originate?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-APM-should-i-see-where-the-calls-originate/m-p/716743#M221</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;

&lt;P&gt;Thanks for the quick response.&lt;/P&gt;
&lt;P&gt;For browser based applications the plan will certainly be to instrument EUM.&lt;/P&gt;
&lt;P&gt;I guess my question is, where applications have api interfaces and calls are system to system, would EUM provide any details as to source?&lt;/P&gt;

&lt;P&gt;At present, I'm looking at linking up individual services. In the flow map I see backend services (that dont have agents installed) but it's not always clear where ingress is occuring.&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 10:16:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-APM-should-i-see-where-the-calls-originate/m-p/716743#M221</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2019-05-20T10:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Java APM - should i see where the calls originate?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-APM-should-i-see-where-the-calls-originate/m-p/716744#M222</link>
      <description>&lt;P&gt;Chris,&lt;/P&gt;

&lt;P&gt;EUM requires an agent on the client side, so doesn't sound like a fit for this use-case.&lt;/P&gt;

&lt;P&gt;What information is available to you as to the source of your API requests?&lt;/P&gt;

&lt;P&gt;If you plan to use &lt;A href="https://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequest.html#getRemoteAddr()" target="_self" rel="nofollow noopener noreferrer"&gt;getRemoteAddr()&lt;/A&gt; or that family of APIs to identify the caller, you could collect that data using a data collector. to populate it into snapshots.&lt;/P&gt;

&lt;P&gt;If you want to slice and dice transaction performance by client, you could do this with our &lt;A href="https://docs.appdynamics.com/display/PRO45/Collect+Transaction+Analytics+Data" target="_self" rel="nofollow noopener noreferrer"&gt;transaction analytics&lt;/A&gt; capability.&lt;/P&gt;

&lt;P&gt;Warm regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 16:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-APM-should-i-see-where-the-calls-originate/m-p/716744#M222</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2019-05-20T16:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Java APM - should i see where the calls originate?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-APM-should-i-see-where-the-calls-originate/m-p/716745#M223</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;I'll probably look at the datacollector option if the information is deemed necessary.&lt;/P&gt;
&lt;P&gt;You've answered my original question in respect to EUM though.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 11:33:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-APM-should-i-see-where-the-calls-originate/m-p/716745#M223</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2019-05-21T11:33:40Z</dc:date>
    </item>
  </channel>
</rss>

