You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/monitor-event-hubs-reference.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,63 @@ Name | Description
179
179
`OffsetCommit` | Number of offset commit calls made to the event hub
180
180
`OffsetFetch` | Number of offset fetch calls made to the event hub.
181
181
182
+
## Diagnostic Error Logs
183
+
Diagnostic error logs capture error messages for any client side, throttling and Quota exceeded errors. They provide detailed diagnostics for error identification.
184
+
185
+
Diagnostic Error Logs include elements listed in below table:
186
+
187
+
Name | Description | Supported in Azure Diagnostics | Supported in AZMSDiagnosticErrorLogs (Resource specific table)
188
+
---|---|---|---|
189
+
`ActivityId` | A randomly generated UUID that ensures uniqueness for the audit activity. | Yes | Yes
190
+
`ActivityName` | Operation name | Yes | Yes
191
+
`NamespaceName` | Name of Namespace | Yes | yes
192
+
`EntityType` | Type of Entity | Yes | Yes
193
+
`EntityName` | Name of Entity | Yes | Yes
194
+
`OperationResult` | Type of error in Operation (Clienterror or Serverbusy or quotaexceeded) | Yes | Yes
195
+
`ErrorCount` | Count of identical errors during the aggregation period of 1 minute. | Yes | Yes
"ErrorMessage": "the request was terminated because the entity is being throttled by the application group with application group name <application group name> and policy name <throttling policy name>.error code: 50013.",
"ErrorMessage": "The request was terminated because the entity is being throttled by the application group with application group name <application group name> and policy name <throttling policy name>.error code: 50013.",
235
+
"Type": "AZMSDiagnosticErrorLogs"
236
+
}
237
+
238
+
```
182
239
183
240
## Azure Monitor Logs tables
184
241
Azure Event Hubs uses Kusto tables from Azure Monitor Logs. You can query these tables with Log Analytics. For a list of Kusto tables the service uses, see [Azure Monitor Logs table reference](/azure/azure-monitor/reference/tables/tables-resourcetype#event-hubs).
0 commit comments