How to get metrics for individual queue in Azure Storage Queue?

Gregorio Montaño 241 Reputation points
2022-08-25T04:13:54.307+00:00

Hi,

How do i get metrics of a specific/individual queue in the Storage account Queues?
Is that possible?
The documentation I saw mentioned only are for the entire Queue Storage but could be wrong.
Example from the Storage account portal i can view the Queue Capacity, Count and Message Count in Metrics menu.

Thanks for your answer.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,687 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
98 questions
0 comments No comments
{count} votes

Accepted answer
  1. SaiKishor-MSFT 17,186 Reputation points
    2022-08-25T15:41:22.483+00:00

    @Gregorio Montaño Thank you for reaching out to Microsoft Q&A. I understand that you want to be able to get metrics for individual storage queues vs an average/total for all the queues in the storage account.

    At this point, this is not possible from the metrics menu. Please feel free to request this as a feature in our feedback channel and our PG team will evaluate this. Here is the Feedback channel- https://feedback.azure.com/d365community/

    However, you can monitor requests made to an individual queue by enabling diagnostic settings. For that, please follow below steps-

    You would first start with creating a Diagnostic Setting- https://learn.microsoft.com/en-us/azure/storage/blobs/monitor-blob-storage?tabs=azure-portal#creating-a-diagnostic-setting

    And then view logged activity by using a Log Analytics query or you can go the destination that you are forwarding the logs to as setup in the diagnostics settings.

    Here is a reference of Azure Queue Storage monitoring data called as resource logs that are collected using these steps- https://learn.microsoft.com/en-us/azure/storage/queues/monitor-queue-storage-reference#fields-that-describe-the-operation

    Hope this helps. Please let us know if you have any more questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    0 comments No comments

0 additional answers

Sort by: Most helpful