<?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 Database service exclusions in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Database-service-exclusions/m-p/266164#M4616</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to exclude Database services In Dashboard Gen3, (Entity Type : Services) we are facing the issues regarding the untagged names for Database services, so we want to exclude those database services.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Dec 2024 08:26:55 GMT</pubDate>
    <dc:creator>mahender</dc:creator>
    <dc:date>2024-12-30T08:26:55Z</dc:date>
    <item>
      <title>Database service exclusions</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Database-service-exclusions/m-p/266164#M4616</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to exclude Database services In Dashboard Gen3, (Entity Type : Services) we are facing the issues regarding the untagged names for Database services, so we want to exclude those database services.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 08:26:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Database-service-exclusions/m-p/266164#M4616</guid>
      <dc:creator>mahender</dc:creator>
      <dc:date>2024-12-30T08:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Database service exclusions</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Database-service-exclusions/m-p/266169#M4617</link>
      <description>&lt;P&gt;Timeseries:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;timeseries avg(dt.service.request.response_time), by: { dt.entity.service }
| fieldsAdd serviceType = entityAttr(dt.entity.service, "serviceType")
| filter not serviceType == "DATABASE_SERVICE"
| fieldsAdd dt.entity.service.name = entityName(dt.entity.service)
| fieldsAdd value.A = arrayAvg(`avg(dt.service.request.response_time)`)&lt;/LI-CODE&gt;&lt;P&gt;Fetch:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.service
| fields entity.name, serviceType
| filter not serviceType == "DATABASE_SERVICE"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 22:54:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Database-service-exclusions/m-p/266169#M4617</guid>
      <dc:creator>sia_h</dc:creator>
      <dc:date>2024-12-24T22:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Database service exclusions</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Database-service-exclusions/m-p/266176#M4618</link>
      <description>&lt;P&gt;Appreciated suggestion&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/10479"&gt;@sia_h&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Dec 2024 07:08:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Database-service-exclusions/m-p/266176#M4618</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-12-25T07:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Database service exclusions</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Database-service-exclusions/m-p/266249#M4622</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/10479"&gt;@sia_h&lt;/a&gt;&amp;nbsp;will try and get back to you on this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 15:04:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Database-service-exclusions/m-p/266249#M4622</guid>
      <dc:creator>mahender</dc:creator>
      <dc:date>2024-12-27T15:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Database service exclusions</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Database-service-exclusions/m-p/266347#M4623</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51369"&gt;@Peter_Youssef&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;we are not using the DQL to Filter the service type.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; { &lt;/SPAN&gt;&lt;SPAN&gt;monitoredEntitiesClient&lt;/SPAN&gt;&lt;SPAN&gt; } &lt;/SPAN&gt;&lt;SPAN&gt;from&lt;/SPAN&gt; &lt;SPAN&gt;"@dynatrace-sdk/client-classic-environment-v2"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;our code is based out on SDK we will be using above library to fetch the details.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Dec 2024 17:16:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Database-service-exclusions/m-p/266347#M4623</guid>
      <dc:creator>mahender</dc:creator>
      <dc:date>2024-12-30T17:16:34Z</dc:date>
    </item>
  </channel>
</rss>

