<?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: After moving to DPS, How to break down DPS metric consumption by extension? in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301840#M4813</link>
    <description>&lt;P&gt;Talk with your account team?&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;cc&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/7650" target="_blank" rel="noopener" aria-label="View Profile of Sophie_Mayerw"&gt;&lt;SPAN class=""&gt;Sophie_Mayerw&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2026 19:11:16 GMT</pubDate>
    <dc:creator>Kenny_Gillette</dc:creator>
    <dc:date>2026-07-13T19:11:16Z</dc:date>
    <item>
      <title>After moving to DPS, How to break down DPS metric consumption by extension?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301801#M4808</link>
      <description>&lt;DIV class=""&gt;Hi guys,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;In the classic licensing model, we used the DDU consumption menu to easily understand how much licensing volume&lt;/DIV&gt;&lt;DIV class=""&gt;each extension was costing us.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Since moving to DPS, this menu has disappeared.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;We tried using the following metric to get a breakdown:&lt;BR /&gt;builtin:billing.custom_metrics_classic.usage.other_by_entity:splitBy("dt.entity.monitored_entity")&lt;/DIV&gt;&lt;DIV class=""&gt;However, the monitored_entity dimension simply displays the global environment name rather than splitting the usage by individual extension names.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Next, we tried using this raw metric:&lt;BR /&gt;builtin:billing.custom_metrics_classic.raw.usage_by_metric_key:splitBy("metric_key")&lt;/DIV&gt;&lt;DIV class=""&gt;While this gives us the individual metric keys, the classic query engine in Dynatrace Managed does not provide a way to manipulate strings or group the data. We cannot find a way to sum the data points by their metric prefix (e.g., ibmmq.*, kafka_*, remote.*, db2.*) to see the total consumption per extension.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Has anyone found a way to nativey display or chart this information within the Managed UI without exporting the data externally?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Thanks in advance for your insight&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/9790"&gt;@ezra_zilcha&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;Yos&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Jul 2026 06:19:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301801#M4808</guid>
      <dc:creator>Yos_Neu-Poalim</dc:creator>
      <dc:date>2026-07-13T06:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: After moving to DPS, How to break down DPS metric consumption by extension?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301804#M4809</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It has a direct relation to how many data point are being ingested. Maybe you can check this DQL query:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch metric.series
| filter matchesPhrase(metric.key, "XXXX")
| summarize count = count(), by:{metric.key}
| sort count desc&lt;/LI-CODE&gt;&lt;P&gt;Filter is optional, it is just in case you want to filter by "extension".&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2026 07:46:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301804#M4809</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2026-07-13T07:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: After moving to DPS, How to break down DPS metric consumption by extension?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301809#M4810</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58682"&gt;@AntonPineiro&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately this is still a Managed environment without DQL capability to query the data.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2026 09:46:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301809#M4810</guid>
      <dc:creator>Yos_Neu-Poalim</dc:creator>
      <dc:date>2026-07-13T09:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: After moving to DPS, How to break down DPS metric consumption by extension?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301810#M4811</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you have DPS using Managed? It is strange...&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2026 10:05:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301810#M4811</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2026-07-13T10:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: After moving to DPS, How to break down DPS metric consumption by extension?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301813#M4812</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes its managed using DPS license&amp;nbsp; AKA&lt;A href="https://docs.dynatrace.com/managed/shortlink/dps-hybrid" target="_self"&gt;&amp;nbsp;DPS for Hybrid&lt;/A&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2026 10:43:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301813#M4812</guid>
      <dc:creator>Yos_Neu-Poalim</dc:creator>
      <dc:date>2026-07-13T10:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: After moving to DPS, How to break down DPS metric consumption by extension?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301840#M4813</link>
      <description>&lt;P&gt;Talk with your account team?&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;cc&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/7650" target="_blank" rel="noopener" aria-label="View Profile of Sophie_Mayerw"&gt;&lt;SPAN class=""&gt;Sophie_Mayerw&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2026 19:11:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/After-moving-to-DPS-How-to-break-down-DPS-metric-consumption-by/m-p/301840#M4813</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2026-07-13T19:11:16Z</dc:date>
    </item>
  </channel>
</rss>

