Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Event Hub metrics shows lots of "Other Errors", how to get details?

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:

enter image description here

I wonder where I can find more info about these errors. Does anybody know?

like image 909
Peter Bons Avatar asked Nov 09 '22 05:11

Peter Bons


1 Answers

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.

like image 150
John Kemnetz Avatar answered Dec 17 '22 01:12

John Kemnetz