<?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: Appdynamics only showing Memory based metrics. Java API using spring 5 + Reactor + Spring boot 2 in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-only-showing-Memory-based-metrics-Java-API-using/m-p/732512#M8030</link>
    <description>&lt;P&gt;Reece,&lt;/P&gt;

&lt;P&gt;You can absolutely add &lt;A href="https://docs.appdynamics.com/display/PRO44/POJO+Entry+Points" target="_self" rel="nofollow noopener noreferrer"&gt;custom "POJO" entry points&lt;/A&gt; and &lt;A href="https://docs.appdynamics.com/display/PRO44/Exit+Point+Detection+Rules#ExitPointDetectionRules-Tocreateacustomexitpoint" target="_self" rel="nofollow noopener noreferrer"&gt;custom exit points&lt;/A&gt;&amp;nbsp;to detect activity within any framework that is not supported out of the box.&lt;/P&gt;

&lt;P&gt;Exactly what entries and exits is your application using?&lt;/P&gt;

&lt;P&gt;Warm regards,&lt;BR /&gt;Peter&lt;/P&gt;</description>
    <pubDate>Tue, 13 Mar 2018 09:24:08 GMT</pubDate>
    <dc:creator>Peter_Holditch</dc:creator>
    <dc:date>2018-03-13T09:24:08Z</dc:date>
    <item>
      <title>Appdynamics only showing Memory based metrics. Java API using spring 5 + Reactor + Spring boot 2</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-only-showing-Memory-based-metrics-Java-API-using/m-p/732511#M8029</link>
      <description>&lt;P&gt;Using the tech stack above, appdynamics only shows Memory metrics and JMX. I assume the above libraries are too new for appdynamics support. Am I able to manually add api endpoints using class names and methods?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Mar 2018 22:57:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-only-showing-Memory-based-metrics-Java-API-using/m-p/732511#M8029</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-03-11T22:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Appdynamics only showing Memory based metrics. Java API using spring 5 + Reactor + Spring boot 2</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-only-showing-Memory-based-metrics-Java-API-using/m-p/732512#M8030</link>
      <description>&lt;P&gt;Reece,&lt;/P&gt;

&lt;P&gt;You can absolutely add &lt;A href="https://docs.appdynamics.com/display/PRO44/POJO+Entry+Points" target="_self" rel="nofollow noopener noreferrer"&gt;custom "POJO" entry points&lt;/A&gt; and &lt;A href="https://docs.appdynamics.com/display/PRO44/Exit+Point+Detection+Rules#ExitPointDetectionRules-Tocreateacustomexitpoint" target="_self" rel="nofollow noopener noreferrer"&gt;custom exit points&lt;/A&gt;&amp;nbsp;to detect activity within any framework that is not supported out of the box.&lt;/P&gt;

&lt;P&gt;Exactly what entries and exits is your application using?&lt;/P&gt;

&lt;P&gt;Warm regards,&lt;BR /&gt;Peter&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 09:24:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-only-showing-Memory-based-metrics-Java-API-using/m-p/732512#M8030</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2018-03-13T09:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Appdynamics only showing Memory based metrics. Java API using spring 5 + Reactor + Spring boot 2</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-only-showing-Memory-based-metrics-Java-API-using/m-p/732513#M8031</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;

&lt;P&gt;Ive added our own packages to the POJO entry points and it detects that theyre being hit, however response times dont work, I believe due to the nature of "reactive" frameworks ie a business transaction doesnt take place on the same thread. From what I can gather theyre created and deleted indirectly of the preceeding operation.&lt;/P&gt;

&lt;P&gt;Is there anyway I can get response times at all?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Reece&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 23:30:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-only-showing-Memory-based-metrics-Java-API-using/m-p/732513#M8031</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-03-14T23:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Appdynamics only showing Memory based metrics. Java API using spring 5 + Reactor + Spring boot 2</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-only-showing-Memory-based-metrics-Java-API-using/m-p/732514#M8032</link>
      <description>&lt;P&gt;Reece,&lt;/P&gt;

&lt;P&gt;For now, you can &lt;A href="https://docs.appdynamics.com/display/PRO44/Asynchronous+Transaction+Demarcators" target="_self" rel="nofollow noopener noreferrer"&gt;configure a method to serve as an asynchronous transaction demarcator&lt;/A&gt; (presumably, the method which sends the reply) and that will measure the response time for you.&lt;/P&gt;

&lt;P&gt;Is your code running in the context of a Spring Boot 2 servlet?&amp;nbsp; If so, once we have added out of the box configuration for spring boot 2 then the ttransactions should be detected automatically with the correct response times.&lt;/P&gt;

&lt;P&gt;Warm regards,&lt;BR /&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 05:00:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Appdynamics-only-showing-Memory-based-metrics-Java-API-using/m-p/732514#M8032</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2018-03-15T05:00:13Z</dc:date>
    </item>
  </channel>
</rss>

