<?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: Queues in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Queues/m-p/235270#M2170</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kube.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17133i1521CDACA1E84487/image-size/large?v=v2&amp;amp;px=999" role="button" title="Kube.png" alt="Kube.png" /&gt;&lt;/span&gt;Of course it is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jan 2024 16:20:05 GMT</pubDate>
    <dc:creator>Ccastrillon</dc:creator>
    <dc:date>2024-01-23T16:20:05Z</dc:date>
    <item>
      <title>Queues</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Queues/m-p/235243#M2167</link>
      <description>&lt;P&gt;Good morning.&lt;BR /&gt;I am creating a dashboard for Openshift queue information.&lt;BR /&gt;The client requests to have a graph showing the messages queued for each queue.&lt;BR /&gt;From the openshift console the queued messages are observed in the MESSAGE_COUNT option is the field that shows the queued messages.&lt;/P&gt;&lt;P&gt;Can someone please help me by telling me how I can get this information from dynatrace?&lt;/P&gt;&lt;P&gt;I have used the metrics of:&lt;BR /&gt;builtin:queue.incoming_requests:splitBy("dt.entity.queue"):sum&lt;BR /&gt;builtin:queue.outgoing_requests:splitBy("dt.entity.queue"):sum&lt;/P&gt;&lt;P&gt;But these metrics do not show what the client needs to see which is the messages queued by each queue.&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 14:05:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Queues/m-p/235243#M2167</guid>
      <dc:creator>Ccastrillon</dc:creator>
      <dc:date>2024-01-23T14:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Queues</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Queues/m-p/235257#M2168</link>
      <description>&lt;P&gt;&lt;A href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47783" target="_blank" rel="noopener"&gt;@Mizső&lt;/A&gt;,&amp;nbsp;Do you know anything about this? Can you help me please. ?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 15:18:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Queues/m-p/235257#M2168</guid>
      <dc:creator>Ccastrillon</dc:creator>
      <dc:date>2024-01-23T15:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Queues</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Queues/m-p/235259#M2169</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/46436"&gt;@Ccastrillon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to share a screen shot about the Openshift Console?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Mizső&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 15:38:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Queues/m-p/235259#M2169</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2024-01-23T15:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Queues</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Queues/m-p/235270#M2170</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kube.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17133i1521CDACA1E84487/image-size/large?v=v2&amp;amp;px=999" role="button" title="Kube.png" alt="Kube.png" /&gt;&lt;/span&gt;Of course it is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 16:20:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Queues/m-p/235270#M2170</guid>
      <dc:creator>Ccastrillon</dc:creator>
      <dc:date>2024-01-23T16:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Queues</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Queues/m-p/235308#M2171</link>
      <description>&lt;P&gt;Maybe using your own JMX extension can help.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/jmx-extensions#create-a-jmx-extension" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/jmx-extensions#create-a-jmx-extension&lt;/A&gt;&lt;BR /&gt;Looks like artemis is able to produce this info&lt;BR /&gt;&lt;A href="https://activemq.apache.org/components/artemis/documentation/latest/management.html#message-counters" target="_blank"&gt;https://activemq.apache.org/components/artemis/documentation/latest/management.html#message-counters&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 07:31:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Queues/m-p/235308#M2171</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-01-24T07:31:32Z</dc:date>
    </item>
  </channel>
</rss>

