<?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: How to split up Azure Service Bus queues based on Namespace split up table in Cloud platforms</title>
    <link>https://community.dynatrace.com/t5/Cloud-platforms/How-to-split-up-Azure-Service-Bus-queues-based-on-Namespace/m-p/274575#M1988</link>
    <description>&lt;P&gt;Yeah, explored with Notebook but still it's not resolved&lt;/P&gt;</description>
    <pubDate>Mon, 07 Apr 2025 13:20:31 GMT</pubDate>
    <dc:creator>Selvaramakrishn</dc:creator>
    <dc:date>2025-04-07T13:20:31Z</dc:date>
    <item>
      <title>How to split up Azure Service Bus queues based on Namespace split up table</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/How-to-split-up-Azure-Service-Bus-queues-based-on-Namespace/m-p/271511#M1964</link>
      <description>&lt;P&gt;&amp;nbsp;I have tired but, I could get only split the active connections and success connections count split up. but there is no relationship metric between service bus queues and name space.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 10:53:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/How-to-split-up-Azure-Service-Bus-queues-based-on-Namespace/m-p/271511#M1964</guid>
      <dc:creator>Selvaramakrishn</dc:creator>
      <dc:date>2025-03-04T10:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to split up Azure Service Bus queues based on Namespace split up table</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/How-to-split-up-Azure-Service-Bus-queues-based-on-Namespace/m-p/271517#M1965</link>
      <description>&lt;P&gt;Have you explored doing this with DQL in notebooks or the new dashboards? I had similar issue with Azure Event Hubs which are similar to the Service Bus resources.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 11:36:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/How-to-split-up-Azure-Service-Bus-queues-based-on-Namespace/m-p/271517#M1965</guid>
      <dc:creator>kayjayeff1</dc:creator>
      <dc:date>2025-03-04T11:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to split up Azure Service Bus queues based on Namespace split up table</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/How-to-split-up-Azure-Service-Bus-queues-based-on-Namespace/m-p/274575#M1988</link>
      <description>&lt;P&gt;Yeah, explored with Notebook but still it's not resolved&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 13:20:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/How-to-split-up-Azure-Service-Bus-queues-based-on-Namespace/m-p/274575#M1988</guid>
      <dc:creator>Selvaramakrishn</dc:creator>
      <dc:date>2025-04-07T13:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to split up Azure Service Bus queues based on Namespace split up table</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/How-to-split-up-Azure-Service-Bus-queues-based-on-Namespace/m-p/274576#M1989</link>
      <description>&lt;P&gt;this is for Event Hubs, but since the 2 services are similar, I would think you'd be able to do something similar. H&lt;SPAN&gt;ere is DQL that shows top event hubs with namespace by "Messages In"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;timeseries sumOutMsgs=sum(dt.cloud.azure.event_hub.traffic.msg_out),sumInMsgs=sum(dt.cloud.azure.event_hub.traffic.msg_in), sumOutBytes=sum(dt.cloud.azure.event_hub.traffic.bytes_out), sumInBytes=sum(dt.cloud.azure.event_hub.traffic.bytes_in),
  union:true,
  filter: not(startswith(lower(azure.subscription), "abc123")),
  by: { azure.location , azure.event_hub_namespace.name, azure.resource.name}
| limit 1000
| fieldsAdd TotMsgsOut = arraysum(sumOutMsgs)
| fieldsAdd TotMsgsIn = arraySum(sumInMsgs)
| fieldsAdd TotMsgsDiff = TotMsgsIn - TotMsgsOut
| fields  Location=azure.location, Namespace=azure.event_hub_namespace.name, EventHubs = azure.resource.name, TotMsgsIn, TotMsgsOut
| filter TotMsgsIn &amp;gt; 0 or TotMsgsOut &amp;gt; 0
| sort TotMsgsIn desc
| limit 10&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 13:25:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/How-to-split-up-Azure-Service-Bus-queues-based-on-Namespace/m-p/274576#M1989</guid>
      <dc:creator>kayjayeff1</dc:creator>
      <dc:date>2025-04-07T13:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to split up Azure Service Bus queues based on Namespace split up table</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/How-to-split-up-Azure-Service-Bus-queues-based-on-Namespace/m-p/274581#M1991</link>
      <description>&lt;P&gt;Thanks, let me try..&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 14:25:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/How-to-split-up-Azure-Service-Bus-queues-based-on-Namespace/m-p/274581#M1991</guid>
      <dc:creator>Selvaramakrishn</dc:creator>
      <dc:date>2025-04-07T14:25:59Z</dc:date>
    </item>
  </channel>
</rss>

