Reputation: 29840
So I have created an Event Hub using the new portal. When I visit the Event Hub blade and browse to the Metrics blade in the Monitoring section I get this chart:
I wonder where I can find more info about these errors. Does anybody know?
Upvotes: 5
Views: 1404
Reputation: 2565
Event Hubs can also emit Diagnostic Logs, which contain detailed diagnostic information on errors. See https://learn.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-overview-of-diagnostic-logs#how-to-enable-collection-of-diagnostic-logs for how to enable these logs on your Event Hub. Once they are enabled, you can browse them in your Storage Account or send them into Log Analytics to view them.
Upvotes: 1