<?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 query for Disk utilization in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/DQL-query-for-Disk-utilization/m-p/295353#M3176</link>
    <description>&lt;P&gt;&lt;STRONG&gt;I want help in DQL query for k8s workload for disk utilization&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;- The workload can be deployment or statefulset (like mongodb, rabbitmq)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Q1. Can you help me DQL query for a deployment workload?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Q2 for statefulset I can use persistent volume claim may be but Im not able to figure out the DQL&lt;BR /&gt;In the below DQL query i'm not able to target&amp;nbsp;workload - mongodb in namespace - shared-ns in cluster - prod-cluster&lt;BR /&gt;I want to use this query in davis anomaly detector to setup alert on disk utilization&lt;BR /&gt;&lt;BR /&gt;timeseries {&lt;BR /&gt;used = max(dt.kubernetes.persistentvolumeclaim.used),&lt;BR /&gt;capacity = max(dt.kubernetes.persistentvolumeclaim.capacity)&lt;BR /&gt;},&lt;BR /&gt;by: {k8s.persistentvolumeclaim.name},&lt;BR /&gt;filter: {&lt;BR /&gt;k8s.cluster.name == "prod-cluster" AND&lt;BR /&gt;k8s.namespace.name == "shared-ns"&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;| fieldsAdd usage_percent = used[] / (capacity[]/100)&lt;BR /&gt;| fieldsRemove used, capacity&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Feb 2026 16:00:49 GMT</pubDate>
    <dc:creator>ravi_singh</dc:creator>
    <dc:date>2026-02-26T16:00:49Z</dc:date>
    <item>
      <title>DQL query for Disk utilization</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-query-for-Disk-utilization/m-p/295353#M3176</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I want help in DQL query for k8s workload for disk utilization&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;- The workload can be deployment or statefulset (like mongodb, rabbitmq)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Q1. Can you help me DQL query for a deployment workload?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Q2 for statefulset I can use persistent volume claim may be but Im not able to figure out the DQL&lt;BR /&gt;In the below DQL query i'm not able to target&amp;nbsp;workload - mongodb in namespace - shared-ns in cluster - prod-cluster&lt;BR /&gt;I want to use this query in davis anomaly detector to setup alert on disk utilization&lt;BR /&gt;&lt;BR /&gt;timeseries {&lt;BR /&gt;used = max(dt.kubernetes.persistentvolumeclaim.used),&lt;BR /&gt;capacity = max(dt.kubernetes.persistentvolumeclaim.capacity)&lt;BR /&gt;},&lt;BR /&gt;by: {k8s.persistentvolumeclaim.name},&lt;BR /&gt;filter: {&lt;BR /&gt;k8s.cluster.name == "prod-cluster" AND&lt;BR /&gt;k8s.namespace.name == "shared-ns"&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;| fieldsAdd usage_percent = used[] / (capacity[]/100)&lt;BR /&gt;| fieldsRemove used, capacity&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 16:00:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-query-for-Disk-utilization/m-p/295353#M3176</guid>
      <dc:creator>ravi_singh</dc:creator>
      <dc:date>2026-02-26T16:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: DQL query for Disk utilization</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-query-for-Disk-utilization/m-p/295391#M3178</link>
      <description>&lt;P&gt;Does anyone know how to setup DQL query for this?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 08:38:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-query-for-Disk-utilization/m-p/295391#M3178</guid>
      <dc:creator>ravi_singh</dc:creator>
      <dc:date>2026-02-27T08:38:59Z</dc:date>
    </item>
  </channel>
</rss>

