<?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 Filter Metrics by Entity Segments Using DQL for Precise Analysis in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Filter-Metrics-by-Entity-Segments-Using-DQL-for-Precise-Analysis/m-p/289862#M2801</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I would like to create a segment, preferrably for all entities and metrics with a specific tag.&lt;BR /&gt;I have tried multiple variants now but I am unable to find anything.&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;
&lt;P&gt;I am trying to duplicate the functionality of Management Zones for dashboards.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2025 12:21:12 GMT</pubDate>
    <dc:creator>tarjei_statkraf</dc:creator>
    <dc:date>2025-12-17T12:21:12Z</dc:date>
    <item>
      <title>Filter Metrics by Entity Segments Using DQL for Precise Analysis</title>
      <link>https://community.dynatrace.com/t5/DQL/Filter-Metrics-by-Entity-Segments-Using-DQL-for-Precise-Analysis/m-p/289862#M2801</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I would like to create a segment, preferrably for all entities and metrics with a specific tag.&lt;BR /&gt;I have tried multiple variants now but I am unable to find anything.&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;
&lt;P&gt;I am trying to duplicate the functionality of Management Zones for dashboards.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 12:21:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Filter-Metrics-by-Entity-Segments-Using-DQL-for-Precise-Analysis/m-p/289862#M2801</guid>
      <dc:creator>tarjei_statkraf</dc:creator>
      <dc:date>2025-12-17T12:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a filter for all metrics related to entities with a specific tag?</title>
      <link>https://community.dynatrace.com/t5/DQL/Filter-Metrics-by-Entity-Segments-Using-DQL-for-Precise-Analysis/m-p/289867#M2802</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Here’s a pattern that works for any metric:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;timeseries p95 = percentile(dt.service.request.response_time, 95),
    by:{dt.entity.service},
    filter:{ in(
        dt.entity.service,
        classicEntitySelector("type(SERVICE),tag(\"criticality:Gold\")")
    )}
| fieldsAdd service_name = entityName(dt.entity.service)&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;This is currently the closest equivalent to Management Zone–style filtering in Grail dashboards.&lt;BR /&gt;If you want dashboard-wide filtering, you can put the selector into a dashboard variable and reuse it across tiles.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 14:34:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Filter-Metrics-by-Entity-Segments-Using-DQL-for-Precise-Analysis/m-p/289867#M2802</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-11-19T14:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a filter for all metrics related to entities with a specific tag?</title>
      <link>https://community.dynatrace.com/t5/DQL/Filter-Metrics-by-Entity-Segments-Using-DQL-for-Precise-Analysis/m-p/289952#M2812</link>
      <description>&lt;P&gt;So I would like to have both entities and metrics filtered by this. How would I go about it?&lt;/P&gt;&lt;P&gt;Do I have to create one entity segment and one metric segment?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 13:01:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Filter-Metrics-by-Entity-Segments-Using-DQL-for-Precise-Analysis/m-p/289952#M2812</guid>
      <dc:creator>tarjei_statkraf</dc:creator>
      <dc:date>2025-11-20T13:01:47Z</dc:date>
    </item>
  </channel>
</rss>

