<?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: Is it possible to create an alert when no readers/consumers on the IBM queues? in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Is-it-possible-to-create-an-alert-when-no-readers-consumers-on/m-p/279743#M2223</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/83727"&gt;@Sisapy09&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;'&lt;SPAN&gt;ibmmq.queue.open_input_handles' is the metric you are looking for. You can use this metric in a query in 'advance mode' of Data explorer or in DQL for dashboards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And for alerts, use the metric with desired threshold value.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;IPPROCS eq 0 for 5 mins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jun 2025 12:38:55 GMT</pubDate>
    <dc:creator>Kaladhar</dc:creator>
    <dc:date>2025-06-18T12:38:55Z</dc:date>
    <item>
      <title>Is it possible to create an alert when no readers/consumers on the IBM queues?</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-it-possible-to-create-an-alert-when-no-readers-consumers-on/m-p/278962#M2178</link>
      <description>&lt;P&gt;if we can find consumer service count for queue with DQL also will be available. if anyone knows, please guide me&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 06:26:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-it-possible-to-create-an-alert-when-no-readers-consumers-on/m-p/278962#M2178</guid>
      <dc:creator>Sisapy09</dc:creator>
      <dc:date>2025-06-10T06:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an alert when no readers/consumers on the IBM queues?</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-it-possible-to-create-an-alert-when-no-readers-consumers-on/m-p/278976#M2179</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/83727"&gt;@Sisapy09&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I think you can create a metric event using a metric from confluence or kafka extensiones.&lt;/P&gt;&lt;P&gt;For example, you can create an alert from metric event using this query:&lt;/P&gt;&lt;P&gt;kafka.consumer.successful.authentication.total.count&lt;/P&gt;&lt;P&gt;In DQL, you could use this metric in Anomaly Detector:&lt;/P&gt;&lt;P&gt;fetch events&lt;BR /&gt;| filter matchesValue(event.kind, "DAVIS_EVENT")&lt;BR /&gt;| filter matchesValue(event.type, "AVAILABILITY_EVENT")&lt;BR /&gt;| filter matchesValue(event.status, "ACTIVE")&lt;BR /&gt;| limit 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&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>Tue, 10 Jun 2025 05:12:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-it-possible-to-create-an-alert-when-no-readers-consumers-on/m-p/278976#M2179</guid>
      <dc:creator>erh_inetum</dc:creator>
      <dc:date>2025-06-10T05:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an alert when no readers/consumers on the IBM queues?</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-it-possible-to-create-an-alert-when-no-readers-consumers-on/m-p/279011#M2181</link>
      <description>&lt;P&gt;i am looking for consumer service count on IBM MQ queues, not related Kafka consumers&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 11:41:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-it-possible-to-create-an-alert-when-no-readers-consumers-on/m-p/279011#M2181</guid>
      <dc:creator>Sisapy09</dc:creator>
      <dc:date>2025-06-10T11:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create an alert when no readers/consumers on the IBM queues?</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-it-possible-to-create-an-alert-when-no-readers-consumers-on/m-p/279743#M2223</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/83727"&gt;@Sisapy09&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;'&lt;SPAN&gt;ibmmq.queue.open_input_handles' is the metric you are looking for. You can use this metric in a query in 'advance mode' of Data explorer or in DQL for dashboards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And for alerts, use the metric with desired threshold value.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;IPPROCS eq 0 for 5 mins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 12:38:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-it-possible-to-create-an-alert-when-no-readers-consumers-on/m-p/279743#M2223</guid>
      <dc:creator>Kaladhar</dc:creator>
      <dc:date>2025-06-18T12:38:55Z</dc:date>
    </item>
  </channel>
</rss>

