Azure / azure-service-bus

☁️ Azure Service Bus service issue tracking and samples
https://azure.microsoft.com/services/service-bus
MIT License
583 stars 775 forks source link

Support metrics for individual entities #119

Open SeanFeldman opened 6 years ago

SeanFeldman commented 6 years ago

Using Azure monitoring, it's possible to retrieve metrics for a namespace, but not for individual entities. This is needed for message counts reporting w/o abusing NamespaceManager and falling back to using the old client that is currently advised on SO.

This is even more pressing for projects that are moving to the new client.

SeanFeldman commented 6 years ago

/cc @ChristianWolf42

ChristianWolf42 commented 6 years ago

We will add that soon. We wanted to do it already but it got delayed, so should be early next year.

ChristianWolf42 commented 6 years ago

We added support for doing that via code. Blog for that will follow soon. For some metrics we still need to figure a few things out to show them in the portal but we can add more depending on that. Some metrics can already be accessed on entity level. We could add more there. Can you please let me know which additional ones you like to see there?

tlecomte commented 6 years ago

Dear @ChristianWolf42 any update on this issue? It does not seem like any blog entry has been published, and I unfortunately cannot find any other pointer to what you are referring to with "We added support for doing that via code".

I'm interested in retrieving metrics (message count, processed messages) per subscription, rather than per topic. Thank you very much!

ChristianWolf42 commented 6 years ago

@tlecomte, please find it here: https://blogs.msdn.microsoft.com/servicebus/2018/03/29/new-metrics-emitted/

tlecomte commented 6 years ago

Thank you very much @ChristianWolf42 ! I'm looking forward seeing these metrics extended at the subscription level.

petrformanek commented 3 years ago

Hello @ChristianWolf42, any plans to extend metrics on subscription level? I am especially interested in active message count and dead letter count on subscription. Thanks

EldertGrootenboer commented 1 year ago

We have opened a task for extending metrics to subscription level in our backlog, and will update this issue when we have more information.

cosminstirbu commented 1 year ago

We are also interested in metrics at the subscription level, mainly for active and dead letter count.

@EldertGrootenboer - do you have any updates on this?

EldertGrootenboer commented 9 months ago

Thank you for your feedback on this item. We are currently actively working on a feature that brings subscription level metrics to Log Analytics. This feature is currently under design, however we don't have a timeline to share yet around its release.

EldertGrootenboer commented 3 months ago

We are currently doing active development on this feature, and expect to have more to share around its release in the next couple of months.

mviegas commented 2 months ago

That's great to hear @EldertGrootenboer! Subscription-level metrics would be a really welcomed feature to our teams working with sb.