<?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/301868#M4816</link>
    <description>&lt;P class=""&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a couple of those hybrid customers as well. (Not a recommendation, as it has issues)&lt;BR /&gt;Not possible natively (so not a true solution) ,but I use the following approach in these kind of cases:&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;You can use the following Data Explorer query:&lt;BR /&gt;builtin:billing.custom_metrics_classic.raw.usage_by_metric_key:splitBy(metric_key):names:sort(dimension(metric_key,descending))&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Export the results as CSV and then either:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Use a custom Python script to categorize the metrics, or&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Take the easier route and upload the CSV to an AI tool like Gemini or ChatGPT to help categorize them.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;SPAN&gt;If you use AI, make sure to validate the results yourself, as the categorization may not always be 100% accurate. (Sometimes it takes 2–3 attempts to get the results perfect.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is an example of the output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dylan_taelemans_0-1784023751232.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33666i9E2A9D97B0681E7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dylan_taelemans_0-1784023751232.png" alt="dylan_taelemans_0-1784023751232.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After AI processing:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dylan_taelemans_1-1784023806785.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33667i977E71A57030F526/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dylan_taelemans_1-1784023806785.png" alt="dylan_taelemans_1-1784023806785.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you really want to keep it entirely within Dynatrace, you could create a custom extension that fetches the data through the Dynatrace API, uses Python logic to calculate the datapoints per extension, and then sends the results back into Dynatrace as a new metric.&lt;/P&gt;&lt;P&gt;I have considered this approach before, but it feels like a workaround for something that should be much simpler. It would also require quite a bit of ongoing maintenance, which makes it even less appealing.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2026 10:23:13 GMT</pubDate>
    <dc:creator>dylan_taelemans</dc:creator>
    <dc:date>2026-07-14T10:23:13Z</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>
    <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/301868#M4816</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a couple of those hybrid customers as well. (Not a recommendation, as it has issues)&lt;BR /&gt;Not possible natively (so not a true solution) ,but I use the following approach in these kind of cases:&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;You can use the following Data Explorer query:&lt;BR /&gt;builtin:billing.custom_metrics_classic.raw.usage_by_metric_key:splitBy(metric_key):names:sort(dimension(metric_key,descending))&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Export the results as CSV and then either:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Use a custom Python script to categorize the metrics, or&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Take the easier route and upload the CSV to an AI tool like Gemini or ChatGPT to help categorize them.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;SPAN&gt;If you use AI, make sure to validate the results yourself, as the categorization may not always be 100% accurate. (Sometimes it takes 2–3 attempts to get the results perfect.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is an example of the output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dylan_taelemans_0-1784023751232.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33666i9E2A9D97B0681E7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dylan_taelemans_0-1784023751232.png" alt="dylan_taelemans_0-1784023751232.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After AI processing:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dylan_taelemans_1-1784023806785.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33667i977E71A57030F526/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dylan_taelemans_1-1784023806785.png" alt="dylan_taelemans_1-1784023806785.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you really want to keep it entirely within Dynatrace, you could create a custom extension that fetches the data through the Dynatrace API, uses Python logic to calculate the datapoints per extension, and then sends the results back into Dynatrace as a new metric.&lt;/P&gt;&lt;P&gt;I have considered this approach before, but it feels like a workaround for something that should be much simpler. It would also require quite a bit of ongoing maintenance, which makes it even less appealing.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 10:23:13 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/301868#M4816</guid>
      <dc:creator>dylan_taelemans</dc:creator>
      <dc:date>2026-07-14T10:23:13Z</dc:date>
    </item>
  </channel>
</rss>

