<?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: How can I vizualize the host consumption per host? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/267883#M35421</link>
    <description>&lt;P&gt;In case anybody else in wondering the same thing, you get 1000 included metrics per host unit (see &lt;A href="https://docs.dynatrace.com/docs/manage/monitoring-consumption-classic/davis-data-units/metric-cost-calculation" target="_blank"&gt;https://docs.dynatrace.com/docs/manage/monitoring-consumption-classic/davis-data-units/metric-cost-calculation&lt;/A&gt;). So if you divide the number of included metrics by 1000, you get the number of host units&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jan 2025 11:37:50 GMT</pubDate>
    <dc:creator>matthew_helliwe</dc:creator>
    <dc:date>2025-01-20T11:37:50Z</dc:date>
    <item>
      <title>How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/211967#M26225</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I would like to know where I can visualize how many host units each host consumes. In the previous account management design I had that option and I could export that data, but with the new design I can't find that section.&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 08:54:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/211967#M26225</guid>
      <dc:creator>soportetr</dc:creator>
      <dc:date>2023-05-12T08:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/211970#M26226</link>
      <description>&lt;P&gt;I use this formula in Data Explorer to show the amount of HU by host by hour:&lt;BR /&gt;(builtin:billing.ddu.includedMetricPerHost:splitBy("dt.entity.host"):avg:auto:sort(value(avg,descending)):limit(100))/(1000)&lt;/P&gt;&lt;P&gt;Try and let us know.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 18:52:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/211970#M26226</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2023-05-11T18:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/211973#M26227</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/18264"&gt;@dannemca&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&amp;nbsp;This formula will be very helpful. I just need to adjust it to show me the exact amount of host unit per host.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 19:26:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/211973#M26227</guid>
      <dc:creator>soportetr</dc:creator>
      <dc:date>2023-05-11T19:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/211976#M26230</link>
      <description>&lt;P&gt;If you set your timeframe to last 1h, you will see the exactly amount of HU by host. At least the ones with fullstack.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 19:59:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/211976#M26230</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2023-05-11T19:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/212210#M26291</link>
      <description>&lt;P&gt;My team and I took the original formula and we edited it a bit to get the consumption for Full stack and for Infra only as well&lt;/P&gt;&lt;P&gt;Fullstack:&amp;nbsp;(builtin:billing.ddu.includedMetricPerHost:filter(and(or(in("dt.entity.host",entitySelector("type(host),monitoringMode(~"FULL_STACK~")"))))):splitBy("dt.entity.host"):avg:auto:sort(value(avg,descending)):limit(200))/(1000)/(61)&lt;/P&gt;&lt;P&gt;Infra only:&amp;nbsp;(builtin:billing.ddu.includedMetricPerHost:filter(and(or(in("dt.entity.host",entitySelector("type(host),monitoringMode(~"CLOUD_INFRA~")"))))):splitBy("dt.entity.host"):avg:auto:sort(value(avg,descending)):limit(100))/(1000)/(80)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 10:07:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/212210#M26291</guid>
      <dc:creator>Ahmed_Khaled</dc:creator>
      <dc:date>2023-05-15T10:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/212214#M26292</link>
      <description>&lt;P&gt;The simplest way get info via API and parse into CSV&lt;BR /&gt;maybe with new dashboard we can do it inside dyna, since external call possible to attach...&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;"""https://www.dynatrace.com/support/help/dynatrace-api/environment-api/oneagent-on-host"""&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"""https://www.dynatrace.com/news/blog/improved-supportability-of-dynatrace-oneagent/"""&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 10:20:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/212214#M26292</guid>
      <dc:creator>Viachaslau</dc:creator>
      <dc:date>2023-05-15T10:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/212217#M26293</link>
      <description>&lt;P&gt;Licensing dashboard at BizOps, which also gives other metrics like DEM and DDUs&lt;/P&gt;&lt;P&gt;&lt;A href="https://dynatrace.github.io/BizOpsConfigurator/#deploy/all/Licensing%20Overview" target="_blank" rel="noopener"&gt;https://dynatrace.github.io/BizOpsConfigurator/#deploy/all/Licensing%20Overview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kenny_Gillette_0-1684147075923.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/11658i02224BF4169E5A8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kenny_Gillette_0-1684147075923.png" alt="Kenny_Gillette_0-1684147075923.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 10:39:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/212217#M26293</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2023-05-15T10:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/212221#M26296</link>
      <description>&lt;P&gt;Yeah, this is great - just imported&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/TechShady/Dynatrace-Dashboards/blob/master/Licensing%20Overview.json" target="_blank"&gt;https://github.com/TechShady/Dynatrace-Dashboards/blob/master/Licensing%20Overview.json&lt;/A&gt;&lt;BR /&gt;all works OOB&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 10:48:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/212221#M26296</guid>
      <dc:creator>Viachaslau</dc:creator>
      <dc:date>2023-05-15T10:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/213393#M26540</link>
      <description>&lt;P&gt;Can you please explain how this formula produces the HU per host?&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 21:22:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/213393#M26540</guid>
      <dc:creator>Theodore_x86</dc:creator>
      <dc:date>2023-05-29T21:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/213435#M26553</link>
      <description>&lt;P&gt;I don't know exactly, I just got the formula from the demo.live.dynatrace.com dashboard list and tested on my own env, and the numbers just matched.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 13:17:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/213435#M26553</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2023-05-30T13:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/213633#M26564</link>
      <description>&lt;P&gt;Yeah, me too. It seems strange. It is a DDU metric and after a few divisions it concludes to the HU consumption. DT magic! &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 12:40:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/213633#M26564</guid>
      <dc:creator>Theodore_x86</dc:creator>
      <dc:date>2023-05-31T12:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/213651#M26567</link>
      <description>&lt;P&gt;Dynatrace runs a script that populates the billing hostunit ddu metric every 15 minutes. And only gives a grand total.. I am no expert in Dataexplorer and not a big fan of manually entered entitySelector based queries, since they are not selectable in the dropdown list and all manually entered text is prone to errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I decided to run a scheduled script to query the api and fetch the hostunit count for all hosts and I&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;store the HostUnit count as a custom metric 'HostUnits' on those hosts &lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We now have a n&lt;/SPAN&gt;&lt;SPAN&gt;ice way to slice and dice HU consumption from the Data Explorer ui. I can Split on hosts, filter on tags, management zones, hostgroups and some history..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is a workaround of course. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It would be so nice if HU consumption was just made available as queryable host metadata, metric or property readily available in data explorer dropdown UI.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 13:29:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/213651#M26567</guid>
      <dc:creator>HJ</dc:creator>
      <dc:date>2023-05-31T13:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/265397#M35036</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/60027"&gt;@Ahmed_Khaled&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for the formula! You're a saver! The formulas you posted worked like a charm for me!&lt;BR /&gt;I am not yet experienced with composing these formulas and now I am struggling to get a single value from them.&lt;BR /&gt;Basically using your formulas, I was able to get the HU consumption per host for each management zone. Now I want to add another tile that shows me the HU consumption as one number for the whole management zone. I know I should add some aggregation to your formula, but I am not sure how to do so. Can you help me with that?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 17:30:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/265397#M35036</guid>
      <dc:creator>Georgi_Vuldzhev</dc:creator>
      <dc:date>2024-12-16T17:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I vizualize the host consumption per host?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/267883#M35421</link>
      <description>&lt;P&gt;In case anybody else in wondering the same thing, you get 1000 included metrics per host unit (see &lt;A href="https://docs.dynatrace.com/docs/manage/monitoring-consumption-classic/davis-data-units/metric-cost-calculation" target="_blank"&gt;https://docs.dynatrace.com/docs/manage/monitoring-consumption-classic/davis-data-units/metric-cost-calculation&lt;/A&gt;). So if you divide the number of included metrics by 1000, you get the number of host units&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 11:37:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-can-I-vizualize-the-host-consumption-per-host/m-p/267883#M35421</guid>
      <dc:creator>matthew_helliwe</dc:creator>
      <dc:date>2025-01-20T11:37:50Z</dc:date>
    </item>
  </channel>
</rss>

