<?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: RUM:How does the beacon work ? in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/58078#M188</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;the beacon signal is sent out asynchronously so it doesn't stop, jam the application.&lt;/P&gt;&lt;P&gt;There are no configuration settings to change this.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Flo&lt;/P&gt;</description>
    <pubDate>Thu, 08 Mar 2018 08:54:03 GMT</pubDate>
    <dc:creator>florent_duchate</dc:creator>
    <dc:date>2018-03-08T08:54:03Z</dc:date>
    <item>
      <title>RUM: How does the beacon work ?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/58074#M184</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you explain how the beacon is running, ie how the RUM monitoring data are sent back to the OneAgent after collection of information by the JSagent. Is there a kind of virtual web API on the monitored application put in placed by the OneAgent?&lt;/P&gt;
&lt;P&gt;What's the network flow and URL that is used to send back monitoring data ?&lt;/P&gt;
&lt;P&gt;Which kind of configuration can be made on this feature, to fix which kind of issue ?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 11:20:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/58074#M184</guid>
      <dc:creator>gautier_begin</dc:creator>
      <dc:date>2023-03-10T11:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: RUM:How does the beacon work ?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/58075#M185</link>
      <description>&lt;P&gt;Hi Gautier, &lt;/P&gt;&lt;P&gt;The RUM monitoring data is sent back to whatever URL you configure as the beacon in &lt;STRONG&gt;Application-&amp;gt;Edit -&amp;gt; Advanced Setup -&amp;gt; JavaScript Library -&amp;gt; "Specify path where JavaScript tag should send monitoring data" &lt;/STRONG&gt;as a POST request. If no URL is configured in that field, you will see a POST request that begins with &lt;STRONG&gt;rb_&amp;lt;ID&amp;gt;&lt;/STRONG&gt; in your browser's developer tools where ID is your Dynatrace environment ID. E.g if RUM is enabled on your website &lt;A href="https://www.mywebsite.com"&gt;https://www.mywebsite.com&lt;/A&gt; the Request URL of the POST request will be &lt;STRONG&gt;&lt;A href="https://www.mydomain.com/rb_&amp;lt;ID"&gt;https://www.mydomain.com/rb&lt;/A&gt;_&amp;lt;ID&amp;gt;. &lt;/STRONG&gt;This will go to your Webserver which is already instrumented with the OneAgent and then back to the server (via SG if used). If you configure your own beacon URL, you must have some way of getting this data from wherever this URL is sending the data to back to the Dynatrace server. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hope This Helps&lt;/P&gt;&lt;P&gt;NJ&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 23:36:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/58075#M185</guid>
      <dc:creator>nj_njoku</dc:creator>
      <dc:date>2018-03-07T23:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: RUM:How does the beacon work ?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/58076#M186</link>
      <description>&lt;P&gt;the &amp;lt;ID&amp;gt; is not the environment id. This was changed some time ago for security reasons. It is a unique id but it has no direct relationship to the tenant (environment) id.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 06:42:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/58076#M186</guid>
      <dc:creator>AlexanderSommer</dc:creator>
      <dc:date>2018-03-08T06:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: RUM:How does the beacon work ?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/58077#M187</link>
      <description>&lt;P&gt;Ugochukwu,&lt;/P&gt;&lt;P&gt;We are monitoring applicatons with a contexted URL ( &lt;A href="https://&amp;lt;GenericHost"&gt;https:///)&lt;/A&gt;&amp;gt;/&amp;lt;AppContext&amp;gt;) and thus we are configuring by default &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Application-&amp;gt;Edit -&amp;gt; Advanced Setup -&amp;gt; JavaScript Library &lt;/STRONG&gt;&lt;/P&gt;with the context for both the JSAgent injection and the beacon as you mentionned it. But some time, this is not sufficient and unwanted interactions with the monitored application happens (jamming, stopping the application after beacon call,...). Do you have any advises on which configuration could help and how to diag?&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 07:45:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/58077#M187</guid>
      <dc:creator>gautier_begin</dc:creator>
      <dc:date>2018-03-08T07:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: RUM:How does the beacon work ?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/58078#M188</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;the beacon signal is sent out asynchronously so it doesn't stop, jam the application.&lt;/P&gt;&lt;P&gt;There are no configuration settings to change this.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Flo&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 08:54:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/58078#M188</guid>
      <dc:creator>florent_duchate</dc:creator>
      <dc:date>2018-03-08T08:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: RUM:How does the beacon work ?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/162625#M2678</link>
      <description>&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is "&amp;lt;ID&amp;gt;" in "rb_&amp;lt;ID&amp;gt;" still not the environment ID at this time, or it has been changed to be env ID now?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alvin&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 07:11:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/RUM-How-does-the-beacon-work/m-p/162625#M2678</guid>
      <dc:creator>alvin</dc:creator>
      <dc:date>2021-03-10T07:11:59Z</dc:date>
    </item>
  </channel>
</rss>

