<?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 Load test traffic doesn't show up under Applications in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49859#M3212</link>
    <description>&lt;P&gt;We use Visual Studio Online for load testing our application.  Similar to other load testing frameworks, it does not interact with our application's UI, rather it issues requests against the servers and extracts data it needs from the responses.  When running a load test like this, no data shows up under the "Applications" section of Dynatrace.  The expected data does show up under "Transactions and Services", and of course, shows load under Hosts, just no data under Applications.  If I manually run through the same steps that were in the load test in my local browser, then this data shows up as expected.  Is this expected behavior?  If not, what do I need to do to get that data to show under Applications?&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jan 2018 23:31:23 GMT</pubDate>
    <dc:creator>rfeiock</dc:creator>
    <dc:date>2018-01-16T23:31:23Z</dc:date>
    <item>
      <title>Load test traffic doesn't show up under Applications</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49859#M3212</link>
      <description>&lt;P&gt;We use Visual Studio Online for load testing our application.  Similar to other load testing frameworks, it does not interact with our application's UI, rather it issues requests against the servers and extracts data it needs from the responses.  When running a load test like this, no data shows up under the "Applications" section of Dynatrace.  The expected data does show up under "Transactions and Services", and of course, shows load under Hosts, just no data under Applications.  If I manually run through the same steps that were in the load test in my local browser, then this data shows up as expected.  Is this expected behavior?  If not, what do I need to do to get that data to show under Applications?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 23:31:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49859#M3212</guid>
      <dc:creator>rfeiock</dc:creator>
      <dc:date>2018-01-16T23:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load test traffic doesn't show up under Applications</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49860#M3213</link>
      <description>&lt;P&gt;This could be due to your load test tool not executing any JavaScript and therefore the JavaScript agent won't provide any data.&lt;/P&gt;&lt;P&gt;Not sure what the criteria are for identifying applications in Dynatrace but in AppMon it would suffice to define a matching URL pattern for example (no need for JavaScript execution on the client)&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Enrico&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 07:39:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49860#M3213</guid>
      <dc:creator>Enrico_F</dc:creator>
      <dc:date>2018-01-17T07:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load test traffic doesn't show up under Applications</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49861#M3214</link>
      <description>&lt;P&gt;The data in "Applications" is based purely on real user monitoring data sent by the JavaScript injected into Web Applications by Dynatrace Oneagent (or manually). By default JavaScript injection happens only on real browsers (Oneagent looks into User-Agent header from request). To inject JavaScript also for other User Agents, you need to reconfigure the Application settings. Also the beacon (endpoint where the JavaScript sends data to) must be reachable from the browser. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Anyway as &lt;A rel="user" href="https://answers.dynatrace.com/users/3956/view.html" nodeid="3956"&gt;@Enrico F.&lt;/A&gt; already said, the user agent has to execute this RUM JavaScript. If the load testing happens only by executing HTTP requests and just parsing (some) data from the responses, without actually executing JavaScript, then you won't get any data in the "Applications" and you have only the server-side monitoring (aka "Transactions &amp;amp; services")&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 08:03:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49861#M3214</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-01-17T08:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load test traffic doesn't show up under Applications</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49862#M3215</link>
      <description>&lt;P&gt;Thanks for the response guys.  Yes, the load testing does not execute any JavaScript, so that would explain it.  &lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 14:59:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49862#M3215</guid>
      <dc:creator>rfeiock</dc:creator>
      <dc:date>2018-01-17T14:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load test traffic doesn't show up under Applications</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49863#M3216</link>
      <description>&lt;P&gt;Just to answer your question, applications are identified in Dynatrace the same way. Either by a URL matching rule, or a domain matching rule. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hayden&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 20:49:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49863#M3216</guid>
      <dc:creator>hayden_miedema</dc:creator>
      <dc:date>2018-01-17T20:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load test traffic doesn't show up under Applications</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49864#M3217</link>
      <description>&lt;P&gt;OK thanks. &lt;/P&gt;&lt;P&gt;Except that in AppMon you don't require the requests to originate from a Javascript-enabled client in order to be counted as an application - at least that's my understanding based in the various feedback from Dynatrace users so far (disclaimer: I'm an AppMon user myself).&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Enrico&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 08:05:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Load-test-traffic-doesn-t-show-up-under-Applications/m-p/49864#M3217</guid>
      <dc:creator>Enrico_F</dc:creator>
      <dc:date>2018-01-18T08:05:32Z</dc:date>
    </item>
  </channel>
</rss>

