Open SeanFeldman opened 6 years ago
/cc @ChristianWolf42
We will add that soon. We wanted to do it already but it got delayed, so should be early next year.
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?
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!
@tlecomte, please find it here: https://blogs.msdn.microsoft.com/servicebus/2018/03/29/new-metrics-emitted/
Thank you very much @ChristianWolf42 ! I'm looking forward seeing these metrics extended at the subscription level.
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
We have opened a task for extending metrics to subscription level in our backlog, and will update this issue when we have more information.
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?
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.
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.
That's great to hear @EldertGrootenboer! Subscription-level metrics would be a really welcomed feature to our teams working with sb.
@EldertGrootenboer are there any updates or a timeline for this feature?
Hey @EldertGrootenboer, I was just wondering if this is still planned for this year or if it's something for 2025. Any news you could share?
There are no specific timelines to share yet, currently we expect to have more news on this in the first half of 2025.
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.