<?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: Problems Application Summary in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Generate-Application-Summary-for-Problems-Using-DQL/m-p/285013#M2531</link>
    <description>&lt;P&gt;Thanks Deni, thanks for filling in the blanks, this is indeed what I was looking for for linking problems with number of events, and this DQL does the job now (I added the latest obe below) Hoever, I need all other data, affect infra, affected, services , SLO (see screen shot I provided above) per problem and I must have all the data in order to build the relevance model to a particular problem. I will share my finding for other to benefit, but for now here the problem vs events relevance metric,&amp;nbsp;fetch dt.davis.problems&lt;BR /&gt;| join [&lt;BR /&gt;fetch events&lt;BR /&gt;], on: { left[event.id] == right[event.id]}&lt;BR /&gt;| fields event.kind, right.affected_entity_types, display_id&lt;BR /&gt;| summarize count(), by: display_id&lt;/P&gt;</description>
    <pubDate>Fri, 29 Aug 2025 06:55:12 GMT</pubDate>
    <dc:creator>MarwanC</dc:creator>
    <dc:date>2025-08-29T06:55:12Z</dc:date>
    <item>
      <title>Generate Application Summary for Problems Using DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Generate-Application-Summary-for-Problems-Using-DQL/m-p/284612#M2499</link>
      <description>&lt;P&gt;I am trying to extract valuable metrics that are a similar view in the application problem summary but I do not know where to extract these info from (see the screen shot)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any DQL (or typescript) or any hint how extract this is much appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Marwan...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 13:18:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Generate-Application-Summary-for-Problems-Using-DQL/m-p/284612#M2499</guid>
      <dc:creator>MarwanC</dc:creator>
      <dc:date>2025-12-17T13:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Application Summary</title>
      <link>https://community.dynatrace.com/t5/DQL/Generate-Application-Summary-for-Problems-Using-DQL/m-p/284700#M2505</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64346"&gt;@MarwanC&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;I would suggest to start from here:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.davis.problems
| join [
  fetch events
], on: { left[event.id] == right[event.id]}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you give some more concrete example on what final table you expect to see I can try to help more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Deni&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 22:16:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Generate-Application-Summary-for-Problems-Using-DQL/m-p/284700#M2505</guid>
      <dc:creator>deni</dc:creator>
      <dc:date>2025-08-25T22:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Application Summary</title>
      <link>https://community.dynatrace.com/t5/DQL/Generate-Application-Summary-for-Problems-Using-DQL/m-p/284873#M2525</link>
      <description>&lt;P&gt;Thank you Deni, I meant the name of the column for the exact metrics shown in the problems application&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 10:01:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Generate-Application-Summary-for-Problems-Using-DQL/m-p/284873#M2525</guid>
      <dc:creator>MarwanC</dc:creator>
      <dc:date>2025-08-27T10:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Application Summary</title>
      <link>https://community.dynatrace.com/t5/DQL/Generate-Application-Summary-for-Problems-Using-DQL/m-p/285013#M2531</link>
      <description>&lt;P&gt;Thanks Deni, thanks for filling in the blanks, this is indeed what I was looking for for linking problems with number of events, and this DQL does the job now (I added the latest obe below) Hoever, I need all other data, affect infra, affected, services , SLO (see screen shot I provided above) per problem and I must have all the data in order to build the relevance model to a particular problem. I will share my finding for other to benefit, but for now here the problem vs events relevance metric,&amp;nbsp;fetch dt.davis.problems&lt;BR /&gt;| join [&lt;BR /&gt;fetch events&lt;BR /&gt;], on: { left[event.id] == right[event.id]}&lt;BR /&gt;| fields event.kind, right.affected_entity_types, display_id&lt;BR /&gt;| summarize count(), by: display_id&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 06:55:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Generate-Application-Summary-for-Problems-Using-DQL/m-p/285013#M2531</guid>
      <dc:creator>MarwanC</dc:creator>
      <dc:date>2025-08-29T06:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Application Summary</title>
      <link>https://community.dynatrace.com/t5/DQL/Generate-Application-Summary-for-Problems-Using-DQL/m-p/286964#M2627</link>
      <description>&lt;P&gt;Hi Deni, Any further thoughts on how to extract the table similar to the table in the problem application (see attached screenshot). Thanks for your support. The join is the key to resolve this puzzle &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="list.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30290iD5853A80DE624300/image-size/large?v=v2&amp;amp;px=999" role="button" title="list.png" alt="list.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 10:01:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Generate-Application-Summary-for-Problems-Using-DQL/m-p/286964#M2627</guid>
      <dc:creator>MarwanC</dc:creator>
      <dc:date>2025-09-29T10:01:30Z</dc:date>
    </item>
  </channel>
</rss>

