<?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: Spring Boot application running within Docker not recognized in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Spring-Boot-application-running-within-Docker-not-recognized/m-p/120623#M731</link>
    <description>&lt;P&gt;In Dynatrace Applications are only defined when frontend is instrumented with RUM injection.   Here's a nice writeup that explains Applications:  &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/basic-concepts/applications/" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/basic-concepts/applications/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You'll also need DEM credits from a licensing perspective.&lt;/P&gt;&lt;P&gt;AppMon is coming to a soon termination of support. You should not be using AppMon any longer.&lt;/P&gt;&lt;P&gt;It seems you're struggling with some basic concepts.  Perhaps you should reach out to your sales Account Rep for some guidance on which products and features for your needs.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jan 2021 07:01:35 GMT</pubDate>
    <dc:creator>Joe_Hoffman</dc:creator>
    <dc:date>2021-01-15T07:01:35Z</dc:date>
    <item>
      <title>Spring Boot application running within Docker not recognized</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Spring-Boot-application-running-within-Docker-not-recognized/m-p/120622#M730</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've setup Dynatrace using OneAgent and our Spring Boot application is running within a Docker Container on AWS/Kubernetes. Dynatrace is not recognizing the boot application as an Application, and it only shows it as a Service and with it being reported as a Service only I do not get deep insights like you have above of the REST API Service Flow breakdown. How do I get my String boot app to be recognized as an Application in Dynatrace with all the REST Service flows?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do I need to setup the older AppMon with agentpath for this? The download page for the client side AppMon page wasn't working today. If I can have the right like that would be great.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 11:54:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Spring-Boot-application-running-within-Docker-not-recognized/m-p/120622#M730</guid>
      <dc:creator>keith_le</dc:creator>
      <dc:date>2021-06-10T11:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Spring Boot application running within Docker not recognized</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Spring-Boot-application-running-within-Docker-not-recognized/m-p/120623#M731</link>
      <description>&lt;P&gt;In Dynatrace Applications are only defined when frontend is instrumented with RUM injection.   Here's a nice writeup that explains Applications:  &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/basic-concepts/applications/" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/basic-concepts/applications/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You'll also need DEM credits from a licensing perspective.&lt;/P&gt;&lt;P&gt;AppMon is coming to a soon termination of support. You should not be using AppMon any longer.&lt;/P&gt;&lt;P&gt;It seems you're struggling with some basic concepts.  Perhaps you should reach out to your sales Account Rep for some guidance on which products and features for your needs.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 07:01:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Spring-Boot-application-running-within-Docker-not-recognized/m-p/120623#M731</guid>
      <dc:creator>Joe_Hoffman</dc:creator>
      <dc:date>2021-01-15T07:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Spring Boot application running within Docker not recognized</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Spring-Boot-application-running-within-Docker-not-recognized/m-p/120624#M732</link>
      <description>If by "application" you mean an actual web application for RUM: This only works if there is a web / HTML frontend/page that triggers the REST API's and into which it's possible to inject the Javascript agent tag. And for this to work automatically it is necessary that the backend serving the (static) HTML is monitored with OneAgent and uses a supported technology.&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If your "application" only consists of a set of REST API's without an actual HTML frontend then you will not be able to define an application (as defined in Dynatrace) for it - this is by design.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 07:06:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Spring-Boot-application-running-within-Docker-not-recognized/m-p/120624#M732</guid>
      <dc:creator>Enrico_F</dc:creator>
      <dc:date>2021-01-15T07:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Spring Boot application running within Docker not recognized</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Spring-Boot-application-running-within-Docker-not-recognized/m-p/120625#M733</link>
      <description>&lt;P&gt;Thanks for both your responses. My application is a Spring Boot application with REST endpoints invocable from a front end UI. I also see a message saying that a Restart is pending. So it looks like restarting alone should do the trick.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also in reading the docs further it appears the even as recognized as a "Service", one would be able to drill down to the REST service flows of the JVM. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Joe, thanks for the pointer on how to have it recognized as an Application.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I'm now clear that AgentMon is the old product and can confirm I'm not using it. I'm only using the newer OneAgent.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/27908-dynatrace-boot-2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/27930-dynatrace-boot-1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;t even as a "Service", one can drill down to the ServiceFlows. I see a message saying that a &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I spend some more time reading the docs and it appears that even&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 09:37:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Spring-Boot-application-running-within-Docker-not-recognized/m-p/120625#M733</guid>
      <dc:creator>keith_le</dc:creator>
      <dc:date>2021-01-15T09:37:09Z</dc:date>
    </item>
  </channel>
</rss>

