Reputation: 71
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
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