<?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 Monitoring Mode Count in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/284387#M5319</link>
    <description>&lt;P&gt;Is their a way in DT Dashboard to create a single Tile or Table showing the count of Host set in Full Stack &amp;amp; Infra mode. Then if that count changes, the tiles changes color based on simple threshold, simply way to check dynamically.&lt;BR /&gt;Script example or Demo Dashboard we can clone to grab that tile.&amp;nbsp;&lt;BR /&gt;We have some scenarios where some of our hundreds of VM Monitoring Mode get changed without notice.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Aug 2025 07:25:52 GMT</pubDate>
    <dc:creator>MikeL</dc:creator>
    <dc:date>2025-08-21T07:25:52Z</dc:date>
    <item>
      <title>Monitoring Mode Count</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/284387#M5319</link>
      <description>&lt;P&gt;Is their a way in DT Dashboard to create a single Tile or Table showing the count of Host set in Full Stack &amp;amp; Infra mode. Then if that count changes, the tiles changes color based on simple threshold, simply way to check dynamically.&lt;BR /&gt;Script example or Demo Dashboard we can clone to grab that tile.&amp;nbsp;&lt;BR /&gt;We have some scenarios where some of our hundreds of VM Monitoring Mode get changed without notice.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 07:25:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/284387#M5319</guid>
      <dc:creator>MikeL</dc:creator>
      <dc:date>2025-08-21T07:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Mode Count</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/284388#M5320</link>
      <description>&lt;P&gt;Yes, you can&lt;/P&gt;&lt;P&gt;Using this simple DQL you can achieve this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.host
| fields entity.name, monitoringMode
| filterOut isNull(monitoringMode)
| summarize Total = count(),by:{monitoringMode}&lt;/LI-CODE&gt;&lt;P&gt;Then you play around with visualizations and thresholds to achieve what you need.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 17:00:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/284388#M5320</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2025-08-20T17:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Mode Count</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286521#M5404</link>
      <description>&lt;P&gt;Much appreciated, I will try to get the DT techs to create us a tile we can close to our dashboards.&lt;BR /&gt;&lt;BR /&gt;Would you also know why we cannot get any results when trying to do similar via&amp;nbsp;Data Explorer &amp;gt; Adv Metric Explorer:&amp;nbsp;&amp;nbsp;&lt;BR /&gt;When we try this...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;builtin:host.splitBy(&lt;/SPAN&gt;&lt;SPAN&gt;monitoringMode)&lt;/SPAN&gt;&lt;SPAN&gt;:count&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;builtin:h&lt;/SPAN&gt;&lt;SPAN&gt;ost.availa&lt;/SPAN&gt;&lt;SPAN&gt;bility:splitBy(m&lt;/SPAN&gt;&lt;SPAN&gt;onitoringMode)&lt;/SPAN&gt;&lt;SPAN&gt;:count&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;after we type "builtin:", we only get Apps.*, but not host.*?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DTNoHostOption.jpg" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30188iD7262A4272B142EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DTNoHostOption.jpg" alt="DTNoHostOption.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 12:45:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286521#M5404</guid>
      <dc:creator>MikeL</dc:creator>
      <dc:date>2025-09-22T12:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Mode Count</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286540#M5405</link>
      <description>&lt;P&gt;You should have&amp;nbsp; builtin:host.* metrics there. Have you tried to type&amp;nbsp;builtin:host. and see if the list appear?&lt;/P&gt;&lt;P&gt;But, you will not get any metric that gives you the number of hosts by monitoring mode, since it is not a dimension for any metric.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/metrics-classic/built-in-metrics" target="_blank"&gt;https://docs.dynatrace.com/docs/analyze-explore-automate/metrics-classic/built-in-metrics&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/metrics/built-in-metrics-on-grail" target="_blank"&gt;https://docs.dynatrace.com/docs/analyze-explore-automate/metrics/built-in-metrics-on-grail&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 17:51:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286540#M5405</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2025-09-22T17:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Mode Count</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286549#M5406</link>
      <description>&lt;P&gt;Thx, yes I have, just like the screenshot, if I keep typing.... builtin:host... I get blank...&lt;BR /&gt;Must be some permission somewhere?&lt;BR /&gt;But seems that might be a non-starter anyways per your URL. thx for that.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 19:44:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286549#M5406</guid>
      <dc:creator>MikeL</dc:creator>
      <dc:date>2025-09-22T19:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Mode Count</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286564#M5407</link>
      <description>&lt;P&gt;Hi, try use this:&lt;BR /&gt;builtin:billing.full_stack_monitoring.usage_per_host:splitBy("dt.entity.host"):sort(value(auto,descending)):limit(20)&lt;BR /&gt;&lt;BR /&gt;and&amp;nbsp;builtin:billing.infrastructure_monitoring.usage_per_host:splitBy("dt.entity.host"):sort(value(auto,descending)):limit(20)&lt;BR /&gt;&lt;BR /&gt;You will have list of hosts.&amp;nbsp;&lt;BR /&gt;I don’t recall there being a metric in Data Explorer that lists only hosts by monitoring type. But you could create a custom metric, or use the API to pull the monitoring mode and push it into Dynatrace as a metric.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 07:18:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286564#M5407</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-09-23T07:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Mode Count</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286619#M5411</link>
      <description>&lt;P&gt;thx Tomaxp,&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Not sure what the "Usage Billing" data gets interpreted as, but I can indeed see those metrics, see the screen grab, are you are hinting at the unit cost (Full Stack technically cost more to run), anything over 5 = Full Stack &amp;amp; anything &amp;lt;2 = Infra Mode?&amp;nbsp; if yes you might be onto something. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DT Buitin Billing Full Stack view Final.jpg" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30202iF3F812A2B98A6010/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DT Buitin Billing Full Stack view Final.jpg" alt="DT Buitin Billing Full Stack view Final.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 13:18:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286619#M5411</guid>
      <dc:creator>MikeL</dc:creator>
      <dc:date>2025-09-23T13:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Mode Count</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286629#M5412</link>
      <description>&lt;P&gt;That metric isn’t directly “host monitoring mode,” it’s the &lt;STRONG&gt;billing usage per host&lt;/STRONG&gt;. What you see in the table is the &lt;STRONG&gt;consumption value&lt;/STRONG&gt; for each host in each mode.&lt;BR /&gt;So the metric gives you the &lt;STRONG&gt;list of hosts and their usage values&lt;/STRONG&gt;, which you can then interpret as the monitoring mode.&lt;/P&gt;&lt;P&gt;If you want a single tile showing just the &lt;STRONG&gt;count of hosts per mode&lt;/STRONG&gt;, you’d need to either:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;pull the host monitoring mode via the &lt;STRONG&gt;Dynatrace API&lt;/STRONG&gt;, then push it back into Dynatrace as a metric for easy thresholding on a dashboard.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 23 Sep 2025 14:04:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286629#M5412</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-09-23T14:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Mode Count</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286632#M5413</link>
      <description>&lt;P&gt;Thx Tomaxp,&amp;nbsp;&lt;BR /&gt;I think we have something we can use now, thx for that info..&lt;BR /&gt;Breaking it up in two (one for Count &amp;amp; one for the VM list, labeling what the Count 'should' be in the title, if those changes, it should be noticed.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;To bad we can't set to a # like 147, and anything higher or lower than that 147 count would trigger the threshold to change to Red (can't change the &amp;lt; or &amp;gt; for the colors)...&lt;BR /&gt;&lt;BR /&gt;But this is usable. much appreciated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DT Buitin Billing Full Stack view Final Dual views.jpg" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30205i128490D0759D4EF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DT Buitin Billing Full Stack view Final Dual views.jpg" alt="DT Buitin Billing Full Stack view Final Dual views.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 14:20:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Monitoring-Mode-Count/m-p/286632#M5413</guid>
      <dc:creator>MikeL</dc:creator>
      <dc:date>2025-09-23T14:20:08Z</dc:date>
    </item>
  </channel>
</rss>

