<?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 Query Service Method Tags Using DQL for Detailed Insights in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Query-Service-Method-Tags-Using-DQL-for-Detailed-Insights/m-p/261447#M1395</link>
    <description>&lt;P&gt;Guys, I need to visualize the error rate of some requests, filtering by the tags that are registered in them. I'm not able to do the lookup correctly. The only way I found was using endpoint.name, but I have now identified that this is returning the wrong data, since there are different services with the same request name, so in this case I am receiving a request with a tag that is not correct.&lt;/P&gt;
&lt;P&gt;I'm not able to get the method id to list in the lookup. Is this possible to do?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RPbiaggio_0-1730744866727.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24367i3395ECF974BC0B94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RPbiaggio_0-1730744866727.png" alt="RPbiaggio_0-1730744866727.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;timeseries 
  Total = sum(dt.service.request.count),
    by:{endpoint.name,dt.entity.service,http.response.status_code}
| lookup [fetch dt.entity.service_method], 
  sourceField:endpoint.name, 
  lookupField:entity.name, 
  fields:{tags,id}
| expand tags&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 18 Dec 2025 13:53:00 GMT</pubDate>
    <dc:creator>RPbiaggio</dc:creator>
    <dc:date>2025-12-18T13:53:00Z</dc:date>
    <item>
      <title>Query Service Method Tags Using DQL for Detailed Insights</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-Service-Method-Tags-Using-DQL-for-Detailed-Insights/m-p/261447#M1395</link>
      <description>&lt;P&gt;Guys, I need to visualize the error rate of some requests, filtering by the tags that are registered in them. I'm not able to do the lookup correctly. The only way I found was using endpoint.name, but I have now identified that this is returning the wrong data, since there are different services with the same request name, so in this case I am receiving a request with a tag that is not correct.&lt;/P&gt;
&lt;P&gt;I'm not able to get the method id to list in the lookup. Is this possible to do?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RPbiaggio_0-1730744866727.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24367i3395ECF974BC0B94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RPbiaggio_0-1730744866727.png" alt="RPbiaggio_0-1730744866727.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;timeseries 
  Total = sum(dt.service.request.count),
    by:{endpoint.name,dt.entity.service,http.response.status_code}
| lookup [fetch dt.entity.service_method], 
  sourceField:endpoint.name, 
  lookupField:entity.name, 
  fields:{tags,id}
| expand tags&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 18 Dec 2025 13:53:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-Service-Method-Tags-Using-DQL-for-Detailed-Insights/m-p/261447#M1395</guid>
      <dc:creator>RPbiaggio</dc:creator>
      <dc:date>2025-12-18T13:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Service Method Tags x DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-Service-Method-Tags-Using-DQL-for-Detailed-Insights/m-p/287089#M2640</link>
      <description>&lt;P&gt;Give this a try:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;timeseries 
  Total = sum(dt.service.request.count),
    by:{endpoint.name,dt.entity.service,http.response.status_code}
| lookup [fetch dt.entity.service], 
  sourceField:dt.entity.service, 
  lookupField:entity.name, 
  fields:{tags,id}
| fieldsAdd dt.entity.service.name = entityName(dt.entity.service)
| expand tags&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 30 Sep 2025 19:57:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-Service-Method-Tags-Using-DQL-for-Detailed-Insights/m-p/287089#M2640</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2025-09-30T19:57:45Z</dc:date>
    </item>
  </channel>
</rss>

