Search code examples
azureazureservicebusazure-servicebus-queues

High number of Azure service bus incoming and successful requests


I'm testing placing scheduled messages onto my Azure service bus queues. No more then 10 or so in total but it seems like the statistics in my dashboard show otherwise!

It looks like it's showing thousands of incoming requests!

Question - am I not reading the chart correctly when it says 93.63k as 93,000+ ?

enter image description here


Solution

  • Incoming messages is the metric you need to select for determining the number of incoming messages, check the metrics list here.

    As the graph by default displays the metrics of the Namespace and not the metrics of a particular Queue or Topic, the values may look high. Use dimension filter to display the metrics specific to a particular Queue or Topic.