<?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: Can you define a separate application using a subset of a larger application? in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-you-define-a-separate-application-using-a-subset-of-a-larger/m-p/119550#M1944</link>
    <description>&lt;P&gt;As indicated by Dante, a given user action (e.g, URL) can only belong to one application at a time. One reason for this is the RUM configuration is controlled at the application level and we can't have possibly conflicting configs for example.&lt;/P&gt;&lt;P&gt;One option with how things currently work would be to define separate applications (they can be named in a manner that shows they are closely coupled (e.g. MyApp-SubApp) and you would still be able to chart things like bounce rates etc... across those applications simply by ensuring that dimension is not selected on your custom chart. You could filter down to certain applications via management zone filters.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/27467-1606847253815.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2020 18:28:35 GMT</pubDate>
    <dc:creator>JamesKitson</dc:creator>
    <dc:date>2020-12-01T18:28:35Z</dc:date>
    <item>
      <title>Can you define a separate application using a subset of a larger application?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-you-define-a-separate-application-using-a-subset-of-a-larger/m-p/119548#M1942</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;
&lt;P&gt;We have an overarching application defined for matching a specific domain&lt;/P&gt;
&lt;P&gt;(e.g. &lt;A href="http://www.acme.com" target="_blank" rel="noopener"&gt;http://www.acme.com&lt;/A&gt;) Let's say that application is made up of 100 pages of interest&lt;/P&gt;
&lt;P&gt;Call this application A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Within that definition there are specific set of pages that we want to define as its own application&lt;/P&gt;
&lt;P&gt;For instance, lets say we want pages 1-10 to be defined as a separate application all together&lt;/P&gt;
&lt;P&gt;Call this application B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this sort of definition possible? Is this seen as an acceptable practice?&lt;/P&gt;
&lt;P&gt;The reason for this is that we want to be able to show Application statistics as a "whole"&lt;/P&gt;
&lt;P&gt;(for example bounce rates, entry and exit actions) but also have this same level of application visibility for a subset of pages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this cause any issues internally within the Dynatrace application?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 13:39:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-you-define-a-separate-application-using-a-subset-of-a-larger/m-p/119548#M1942</guid>
      <dc:creator>runatyr</dc:creator>
      <dc:date>2023-02-15T13:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can you define a separate application using a subset of a larger application?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-you-define-a-separate-application-using-a-subset-of-a-larger/m-p/119549#M1943</link>
      <description>&lt;P&gt;I don't think this is possible, since the application rules won't allow the same domain for two different applications.&lt;/P&gt;&lt;P&gt;Sure you can create the rule, but the first rule that applies is where traffic is grouped. &lt;/P&gt;&lt;PRE&gt;Rules are applied sequentially, with rules at the top taking priority over lower rules.&lt;/PRE&gt;&lt;P&gt;If you want a Global rule for &lt;A rel="noopener noreferrer" href="https://answers.dynatrace.com//www.acme.com" target="_blank"&gt;www.acme.com&lt;/A&gt; and then for &lt;A rel="noopener noreferrer" href="https://answers.dynatrace.com//www.acme.com/app1" target="_blank"&gt;www.acme.com/app1&lt;/A&gt; for app1 or &lt;A rel="noopener noreferrer" href="https://www.acme.com/app1" target="_blank"&gt;www.acme.com/app&lt;/A&gt;2 for app2 but www.acme.com rule is first, traffic will validate that rule and won't keep checking others.&lt;/P&gt;&lt;P&gt;You could create an application for all others and send &lt;A rel="noopener noreferrer" href="https://answers.dynatrace.com//www.acme.com" target="_blank"&gt;www.acme.com&lt;/A&gt; to the bottom of the rules and then create charts for bounce rate for all applications and have entry/exit for single ones. But there would not be a "Global" One. &lt;A rel="noopener noreferrer" href="https://answers.dynatrace.com//www.acme.com" target="_blank"&gt;www.acme.com&lt;/A&gt; would have the info of when the others rule won't apply.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 18:21:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-you-define-a-separate-application-using-a-subset-of-a-larger/m-p/119549#M1943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-01T18:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can you define a separate application using a subset of a larger application?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-you-define-a-separate-application-using-a-subset-of-a-larger/m-p/119550#M1944</link>
      <description>&lt;P&gt;As indicated by Dante, a given user action (e.g, URL) can only belong to one application at a time. One reason for this is the RUM configuration is controlled at the application level and we can't have possibly conflicting configs for example.&lt;/P&gt;&lt;P&gt;One option with how things currently work would be to define separate applications (they can be named in a manner that shows they are closely coupled (e.g. MyApp-SubApp) and you would still be able to chart things like bounce rates etc... across those applications simply by ensuring that dimension is not selected on your custom chart. You could filter down to certain applications via management zone filters.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/27467-1606847253815.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 18:28:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-you-define-a-separate-application-using-a-subset-of-a-larger/m-p/119550#M1944</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2020-12-01T18:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can you define a separate application using a subset of a larger application?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-you-define-a-separate-application-using-a-subset-of-a-larger/m-p/119551#M1945</link>
      <description>&lt;P&gt;This is something that seems to me that will become a limitation in Dynatrace's notion of application. I also stated a similar case here:&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://community.dynatrace.com/questions/245282/view.html" target="_blank"&gt;https://community.dynatrace.com/questions/245282/view.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:11:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-you-define-a-separate-application-using-a-subset-of-a-larger/m-p/119551#M1945</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-10-16T14:11:07Z</dc:date>
    </item>
  </channel>
</rss>

