<?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: What's the equivalent Grail Metric Key for builtin:tech.generic.count in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/What-s-the-equivalent-Grail-Metric-Key-for-builtin-tech-generic/m-p/263187#M1463</link>
    <description>&lt;P&gt;Cool, thanks for the reply.&amp;nbsp; Do you know if there is a way to achieve what I'm looking for with a DQL query?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2024 11:56:48 GMT</pubDate>
    <dc:creator>36Krazyfists</dc:creator>
    <dc:date>2024-11-21T11:56:48Z</dc:date>
    <item>
      <title>What's the equivalent Grail Metric Key for builtin:tech.generic.count</title>
      <link>https://community.dynatrace.com/t5/DQL/What-s-the-equivalent-Grail-Metric-Key-for-builtin-tech-generic/m-p/247383#M940</link>
      <description>&lt;P&gt;It's great that so many metrics are now in Grail, but there are still some classic metric keys that I don't see equivalent Grail metric keys for in the docs.&amp;nbsp; I don't see the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;builtin:tech.generic.count&lt;/STRONG&gt; classic key mentioned in the unsupported section or anything.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'd like to be able to get a count of the number of process instances for a process group (well, ideally I'd like to have a query that returns a table of process groups with a count of instances for each one.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 12:21:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/What-s-the-equivalent-Grail-Metric-Key-for-builtin-tech-generic/m-p/247383#M940</guid>
      <dc:creator>36Krazyfists</dc:creator>
      <dc:date>2024-10-02T12:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: What's the equivalent Grail Metric Key for builtin:tech.generic.count</title>
      <link>https://community.dynatrace.com/t5/DQL/What-s-the-equivalent-Grail-Metric-Key-for-builtin-tech-generic/m-p/263186#M1462</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/41155"&gt;@36Krazyfists&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I've got information from our Developer team that Grail&amp;nbsp;&lt;SPAN&gt;equivalent to&lt;/SPAN&gt;&amp;nbsp;&lt;STRONG&gt;builtin:tech.generic.count&lt;/STRONG&gt; metric isn't publicly available yet. If this changes, I'll let you know.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 11:53:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/What-s-the-equivalent-Grail-Metric-Key-for-builtin-tech-generic/m-p/263186#M1462</guid>
      <dc:creator>MaciejNeumann</dc:creator>
      <dc:date>2024-11-21T11:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: What's the equivalent Grail Metric Key for builtin:tech.generic.count</title>
      <link>https://community.dynatrace.com/t5/DQL/What-s-the-equivalent-Grail-Metric-Key-for-builtin-tech-generic/m-p/263187#M1463</link>
      <description>&lt;P&gt;Cool, thanks for the reply.&amp;nbsp; Do you know if there is a way to achieve what I'm looking for with a DQL query?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 11:56:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/What-s-the-equivalent-Grail-Metric-Key-for-builtin-tech-generic/m-p/263187#M1463</guid>
      <dc:creator>36Krazyfists</dc:creator>
      <dc:date>2024-11-21T11:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: What's the equivalent Grail Metric Key for builtin:tech.generic.count</title>
      <link>https://community.dynatrace.com/t5/DQL/What-s-the-equivalent-Grail-Metric-Key-for-builtin-tech-generic/m-p/289754#M2783</link>
      <description>&lt;P&gt;Sorry for the very, very late reply, but I just got a message from our developers.&lt;BR /&gt;&lt;BR /&gt;The metric is still not available in 3rd gen.&amp;nbsp;The way it can be achieved is by counting entities themselves, for example:&lt;/P&gt;
&lt;DIV class="p-rich_text_block--no-overflow"&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.process_group
| filter id == "PROCESS_GROUP-476D77531A1A1CBB"
| fieldsAdd arraySize(instantiates[dt.entity.process_group_instance])&lt;/LI-CODE&gt;
&lt;P&gt;It will display only the current value though (so a count of the number of PGI's over time is not possible at the moment).&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 13:45:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/What-s-the-equivalent-Grail-Metric-Key-for-builtin-tech-generic/m-p/289754#M2783</guid>
      <dc:creator>MaciejNeumann</dc:creator>
      <dc:date>2025-11-18T13:45:17Z</dc:date>
    </item>
  </channel>
</rss>

