<?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: Need USQL for apdex score calculation in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242656#M5896</link>
    <description>&lt;P&gt;Alternatively, you could consider using workflows (or SRGs) to retrieve information every 15 minutes, for example.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2024 14:56:06 GMT</pubDate>
    <dc:creator>gbaudart</dc:creator>
    <dc:date>2024-04-15T14:56:06Z</dc:date>
    <item>
      <title>USQL for Apdex score calculation</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242635#M5890</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want an output of USQL like below,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="amita_0-1713186365064.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18898iE0B419F3F32CE029/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amita_0-1713186365064.png" alt="amita_0-1713186365064.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;apdex category is available with USQL(Satisfied,frustated,tolerating).Not able to get score using the same&lt;BR /&gt;Can someone please help on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Amita&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 14:38:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242635#M5890</guid>
      <dc:creator>amita</dc:creator>
      <dc:date>2024-05-10T14:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need USQL for apdex score calculation</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242638#M5892</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/63691"&gt;@amita&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You can view this list of applications with the corresponding Apdex score in the Data Explorer, not in USQL.&lt;BR /&gt;Select the metric: "Apdex (by geolocation, user type)[web]", split by "web application".&lt;BR /&gt;If you choose the "Table" view, you'll get the table you're looking for, which you can add to a dashboard.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 13:28:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242638#M5892</guid>
      <dc:creator>gbaudart</dc:creator>
      <dc:date>2024-04-15T13:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need USQL for apdex score calculation</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242651#M5894</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64996"&gt;@gbaudart&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have tried this one earlier and it was giving me the expected result .&lt;/P&gt;&lt;P&gt;However I want to automate the process of getting apdex data at specific interval .&lt;/P&gt;&lt;P&gt;So was trying it over javascript calling usql in it. I have also tried calling an API but the results were not matching with dashboard one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for quick response&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 14:14:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242651#M5894</guid>
      <dc:creator>amita</dc:creator>
      <dc:date>2024-04-15T14:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need USQL for apdex score calculation</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242655#M5895</link>
      <description>&lt;P&gt;This is not possible in USQL.&lt;BR /&gt;However, you should be able to use the APIs to retrieve information from the following DataExplorer request: "builtin:apps.web.apdex.userType.geoBig:splitBy("dt.entity.application"):sort(value(auto,descending))"&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 14:55:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242655#M5895</guid>
      <dc:creator>gbaudart</dc:creator>
      <dc:date>2024-04-15T14:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need USQL for apdex score calculation</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242656#M5896</link>
      <description>&lt;P&gt;Alternatively, you could consider using workflows (or SRGs) to retrieve information every 15 minutes, for example.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 14:56:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242656#M5896</guid>
      <dc:creator>gbaudart</dc:creator>
      <dc:date>2024-04-15T14:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need USQL for apdex score calculation</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242688#M5897</link>
      <description>&lt;P&gt;yes,once we are able to retrive ,use of SRG and workflow is in our plan.&lt;/P&gt;&lt;P&gt;Thanks for the suggestion &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 06:17:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242688#M5897</guid>
      <dc:creator>amita</dc:creator>
      <dc:date>2024-04-16T06:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need USQL for apdex score calculation</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242702#M5899</link>
      <description>&lt;P&gt;If you look at the information in USQL, you'll see a difference to DataExplorer.&lt;BR /&gt;DataExplorer's metrics are real-time and cover all application actions.&lt;BR /&gt;USQL only allows you to process information from user sessions that have &lt;STRONG&gt;ended&lt;/STRONG&gt;. So if you look at a USQL from the last hour, for example, it's unlikely to be representative. (And depending on how your application works, the current day's display in the USQL may be heavily biased).&lt;BR /&gt;Where possible, I always prefer to get information from the DataExplorer.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 07:42:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-for-Apdex-score-calculation/m-p/242702#M5899</guid>
      <dc:creator>gbaudart</dc:creator>
      <dc:date>2024-04-16T07:42:36Z</dc:date>
    </item>
  </channel>
</rss>

