Amit Agrawal
Amit Agrawal

Reputation: 71

Is there any way in Azure Event Hub to figure out how many through put units are used at specified time?

I am using Azure Event Hub with Auto Inflate enabled and TU(Throughput Units) are 5. How can I check at what time how many TUs are used by Event Hub so that I can generate alerts for my customer?

Regards, Amit

Upvotes: 0

Views: 1395

Answers (1)

Serkant Karaca
Serkant Karaca

Reputation: 2034

You can enable Log Analytics to monitor these metrics on the AEH namespace.

https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-metrics-azure-monitor#message-metrics

Azure Monitor has nice alerting features that you can leverage to monitor messaging metrics.

https://learn.microsoft.com/en-us/azure/azure-monitor/platform/alerts-metric

Upvotes: 1

Related Questions