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/includes/event-hubs-diagnostic-log-schema.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Name | Description | Supported in Azure Diagnostics | Supported in AZMSArchiveLo
46
46
`durationInSeconds` | Duration of failure | Yes | Yes
47
47
`message` | Error message | Yes | Yes
48
48
`category` | Log Category | Yes | No
49
-
`Provider`|Name of Service emitting the logs e.g., EventHub | No | Yes
49
+
`Provider`|Name of Service emitting the logs e.g., Event Hubs | No | Yes
50
50
`Type` | Type of log emitted| No | Yes
51
51
52
52
The following code is an example of an archive log JSON string:
@@ -104,7 +104,7 @@ Name | Description | Supported in AzureDiagnostics | Supported in AZMSOperationa
104
104
`Status` | Operation status. The value can be either **Succeeded** or **Failed**. | Yes | Yes
105
105
`Caller` | Caller of operation (Azure portal or management client) | Yes | Yes
106
106
`Category` | Log Category | Yes | No
107
-
`Provider`|Name of Service emitting the logs e.g., EventHub | No | Yes
107
+
`Provider`|Name of Service emitting the logs e.g., Event Hubs | No | Yes
108
108
`Type` | Type of logs emitted | No | Yes
109
109
110
110
The following code is an example of an operational log JSON string:
@@ -146,9 +146,10 @@ Example:
146
146
#### Event names
147
147
Event name is populated as operation type + resource type from the following enumerations. For example, `Create Queue`, `Retrieve Event Hub`, or `Delete Rule`.
| `Message` | Informational message, which provides details about auto-inflate action. The message contains previous and current value of throughput unit for a given namespace and what triggered the inflate of the TU. | Yes | Yes
161
162
|`Time Generated (UTC)` | Timestamp of operation | No | Yes
162
-
|`Provider`|Name of Service emitting the logs e.g., EventHub | No | Yes
163
+
|`Provider`|Name of Service emitting the logs e.g., Event Hubs | No | Yes
163
164
|`Type` | Type of logs emitted | No | Yes
164
165
165
166
Here's an example autoscale event:
@@ -238,7 +239,7 @@ Resource Specific table entry:
238
239
239
240
Kafka user error log JSON includes elements listed in the following table:
240
241
241
-
| Name | Description | Supported in Azure Diagnostics | Supported in AZMSKafkaUserErrorLogs (Resource specific table)
242
+
| Name | Description | Supported in Azure Diagnostics | Supported in AZMSKafkaUserErrorLogs (Resource specific table)
242
243
| ---- | ----------- |----| ----|
243
244
| `TrackingId` | Tracking ID, which is used for tracing purposes. | Yes | Yes
244
245
| `NamespaceName` | Namespace name | Yes | Yes
@@ -249,7 +250,7 @@ Kafka user error log JSON includes elements listed in the following table:
0 commit comments