<?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 Dynatrace Managed Cluster API or Self Monitoring Metric to expose used &amp;amp; quotas set for HU/DEM/DDUs/... in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-Cluster-API-or-Self-Monitoring-Metric-to/m-p/263974#M3635</link>
    <description>&lt;P&gt;We need to be able to monitor consumed host unit/DEM/DDU licenses. Currently, Dynatrace only provides an API for UI users which provides these values (/&lt;SPAN&gt;rest/clustermanagement/license)&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;So we would like to be able to create alerts whenever we consume 90% of the assigned licenses.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Nov 2024 15:06:23 GMT</pubDate>
    <dc:creator>patrik_steuer</dc:creator>
    <dc:date>2024-11-28T15:06:23Z</dc:date>
    <item>
      <title>Dynatrace Managed Cluster API or Self Monitoring Metric to expose used &amp; quotas set for HU/DEM/DDUs/...</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-Cluster-API-or-Self-Monitoring-Metric-to/m-p/263974#M3635</link>
      <description>&lt;P&gt;We need to be able to monitor consumed host unit/DEM/DDU licenses. Currently, Dynatrace only provides an API for UI users which provides these values (/&lt;SPAN&gt;rest/clustermanagement/license)&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;So we would like to be able to create alerts whenever we consume 90% of the assigned licenses.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 15:06:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-Cluster-API-or-Self-Monitoring-Metric-to/m-p/263974#M3635</guid>
      <dc:creator>patrik_steuer</dc:creator>
      <dc:date>2024-11-28T15:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Managed Cluster API or Self Monitoring Metric to expose used &amp; quotas set for HU/DEM/DDUs/...</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-Cluster-API-or-Self-Monitoring-Metric-to/m-p/264009#M3636</link>
      <description>&lt;P&gt;Hi Patrik,&lt;/P&gt;&lt;P&gt;For creating alerting, you can use the following metrics:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To control HU:&amp;nbsp;dsfm:billing.hostunit.connected&lt;/LI&gt;&lt;LI&gt;To control DEMs:&amp;nbsp; &amp;nbsp; &amp;nbsp;builtin:billing.apps.web.sessionsWithReplayByApplication (DEMs for usersessions with session replay), builtin:billing.apps.web.sessionsWithoutReplayByApplication&amp;nbsp;(DEMs for usersessions without session replay), builtin:billing.apps.web.userActionPropertiesByApplication&amp;nbsp;(DEMs with useractions properties) and builtin:billing.synthetic.actions (DEM for synthetic)&lt;/LI&gt;&lt;LI&gt;To control DDUs:&amp;nbsp;builtin:billing.ddu.serverless.total (for Serverless), builtin:billing.ddu.metrics.total: (for custom metrics), builtin:billing.ddu.log.total (for logs), and builtin:billing.ddu.events.total (for events).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Elena.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 07:29:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-Cluster-API-or-Self-Monitoring-Metric-to/m-p/264009#M3636</guid>
      <dc:creator>erh_inetum</dc:creator>
      <dc:date>2024-11-29T07:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Managed Cluster API or Self Monitoring Metric to expose used &amp; quotas set for HU/DEM/DDUs/...</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-Cluster-API-or-Self-Monitoring-Metric-to/m-p/264147#M3651</link>
      <description>&lt;P&gt;Hi Elena,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To control HU:&amp;nbsp;dsfm:billing.hostunit.connected&lt;UL&gt;&lt;LI&gt;Query in local self-monitoring environment: dsfm:billing.hostunit.connected:splitBy("dt.tenant.uuid"):max:splitBy():sum&lt;/LI&gt;&lt;LI&gt;This does not show how many host units are licensed within the cluster. So, an alert needs manual maintenance and must be adopted with each license change.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;On DEMs:&lt;UL&gt;&lt;LI&gt;These are environment specific metrics, so a cluster-wide alert is not possible.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;On DDU:&amp;nbsp;&lt;UL&gt;&lt;LI&gt;These are environment-specific metrics, so a cluster-wide alert is not possible.&lt;/LI&gt;&lt;LI&gt;DDU consumption is reported per reporting interval, e.g. 1 minute.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Licensing is based on consumption over time. E.g. since the setup of the cluster. Such an aggregated alerting capability is not provided by Dynatrace.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So, I can agree with you that alerting on HU is theoretically possible, even if it is not comfortable. It is not possible for the others.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:42:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-Cluster-API-or-Self-Monitoring-Metric-to/m-p/264147#M3651</guid>
      <dc:creator>patrik_steuer</dc:creator>
      <dc:date>2024-12-02T13:42:11Z</dc:date>
    </item>
  </channel>
</rss>

