<?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 DQL - Classic metric &amp;quot;billing.full_stack_monitoring.usage_per_host&amp;quot; in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/DQL-Classic-metric-quot-billing-full-stack-monitoring-usage-per/m-p/289760#M2784</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to use this classic metric in new dashboard:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;builtin:billing.full_stack_monitoring.usage_per_host:splitBy("dt.entity.host")&lt;/LI-CODE&gt;&lt;P&gt;I have just not seen an equivalent in Grail. Which is equivalent to that metric using non classic selector?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2025 16:53:32 GMT</pubDate>
    <dc:creator>AntonPineiro</dc:creator>
    <dc:date>2025-11-19T16:53:32Z</dc:date>
    <item>
      <title>DQL - Classic metric "billing.full_stack_monitoring.usage_per_host"</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-Classic-metric-quot-billing-full-stack-monitoring-usage-per/m-p/289760#M2784</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to use this classic metric in new dashboard:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;builtin:billing.full_stack_monitoring.usage_per_host:splitBy("dt.entity.host")&lt;/LI-CODE&gt;&lt;P&gt;I have just not seen an equivalent in Grail. Which is equivalent to that metric using non classic selector?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 16:53:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-Classic-metric-quot-billing-full-stack-monitoring-usage-per/m-p/289760#M2784</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2025-11-19T16:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: DQL - Classic metric in new dashboard</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-Classic-metric-quot-billing-full-stack-monitoring-usage-per/m-p/289764#M2785</link>
      <description>&lt;P&gt;I used Account management then looked at full stack monitoring in a notebook.&amp;nbsp; Here is a dql that may help?&lt;/P&gt;&lt;P&gt;fetch dt.system.events&lt;BR /&gt;| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Full-Stack Monitoring"&lt;BR /&gt;| dedup event.id&lt;BR /&gt;| summarize billed_gibibyte = sum(billed_gibibyte_hours), by:{dt.entity.host}&lt;BR /&gt;| fields host_id = dt.entity.host, host_name = entityAttr(dt.entity.host, "entity.name"), billed_gibibyte&lt;BR /&gt;| sort billed_gibibyte DESC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sure you have seen this post?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.dynatrace.com/t5/DPS-Cost-Allocation/DPS-Cost-Allocation-Dashboard-UPDATED-v3-3/td-p/268578" target="_blank"&gt;https://community.dynatrace.com/t5/DPS-Cost-Allocation/DPS-Cost-Allocation-Dashboard-UPDATED-v3-3/td-p/268578&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 15:59:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-Classic-metric-quot-billing-full-stack-monitoring-usage-per/m-p/289764#M2785</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2025-11-18T15:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: DQL - Classic metric in new dashboard</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-Classic-metric-quot-billing-full-stack-monitoring-usage-per/m-p/289766#M2786</link>
      <description>&lt;P&gt;This metric is not available and the billing events are the right way to go.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 16:27:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-Classic-metric-quot-billing-full-stack-monitoring-usage-per/m-p/289766#M2786</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-11-18T16:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: DQL - Classic metric in new dashboard</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-Classic-metric-quot-billing-full-stack-monitoring-usage-per/m-p/289891#M2807</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Equivalent DQL query would like using makeTimeseries command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.system.events
| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Full-Stack Monitoring"
| dedup event.id
| fieldsAdd host_id = dt.entity.host, host_name =entityName(dt.entity.host), billed_gibibyte
| makeTimeseries billed_gibibyte = avg(billed_gibibyte_hours) , by: {host_name}
| sort billed_gibibyte DESC&lt;/LI-CODE&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 16:52:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-Classic-metric-quot-billing-full-stack-monitoring-usage-per/m-p/289891#M2807</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2025-11-19T16:52:34Z</dc:date>
    </item>
  </channel>
</rss>

