Skip to content

Commit b4d46ac

Browse files
authored
Addressed review comments
Have fixed correctness issues with Acrolinx wherever applicable.
1 parent 24cd229 commit b4d46ac

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/event-hubs/includes/event-hubs-diagnostic-log-schema.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Name | Description | Supported in Azure Diagnostics | Supported in AZMSArchiveLo
4646
`durationInSeconds` | Duration of failure | Yes | Yes
4747
`message` | Error message | Yes | Yes
4848
`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
5050
`Type` | Type of log emitted| No | Yes
5151

5252
The following code is an example of an archive log JSON string:
@@ -104,7 +104,7 @@ Name | Description | Supported in AzureDiagnostics | Supported in AZMSOperationa
104104
`Status` | Operation status. The value can be either **Succeeded** or **Failed**. | Yes | Yes
105105
`Caller` | Caller of operation (Azure portal or management client) | Yes | Yes
106106
`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
108108
`Type` | Type of logs emitted | No | Yes
109109

110110
The following code is an example of an operational log JSON string:
@@ -146,9 +146,10 @@ Example:
146146
#### Event names
147147
Event name is populated as operation type + resource type from the following enumerations. For example, `Create Queue`, `Retrieve Event Hub`, or `Delete Rule`.
148148

149-
| Operation type | Resource type |
150-
| -------------- | ------------- |
151-
| <ul><li>Create</li><li>Update</li><li>Delete</li><li>Retrieve</li><li>Unknown</li></ul> | <ul><li>Namespace</li><li>Queue</li><li>Topic</li><li>Subscription</li><li>EventHub</li><li>SharedAccessPolicy</li><li>UsageCredit</li>Rule</li>ConsumerGroup</li> |
149+
| Operation type | Resource type |
150+
| -------------- | ------------- |
151+
|- Create<br>- Update<br>- Delete<br>- Retrieve<br>- Unknown | - Namespace<br>- Queue<br>- Topic<br>- Subscription<br>- EventHub<br>- SharedAccessPolicy<br>- UsageCredit<br>- Rule<br>- ConsumerGroup |
152+
152153

153154
### Autoscale logs schema
154155
Autoscale log JSON includes elements listed in the following table:
@@ -159,7 +160,7 @@ Autoscale log JSON includes elements listed in the following table:
159160
| `ResourceId` | Azure Resource Manager resource ID. | Yes | Yes
160161
| `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
161162
|`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
163164
|`Type` | Type of logs emitted | No | Yes
164165

165166
Here's an example autoscale event:
@@ -238,7 +239,7 @@ Resource Specific table entry:
238239

239240
Kafka user error log JSON includes elements listed in the following table:
240241

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)
242243
| ---- | ----------- |----| ----|
243244
| `TrackingId` | Tracking ID, which is used for tracing purposes. | Yes | Yes
244245
| `NamespaceName` | Namespace name | Yes | Yes
@@ -249,7 +250,7 @@ Kafka user error log JSON includes elements listed in the following table:
249250
| `ResourceId` | Azure Resource Manager resource ID. | Yes | Yes
250251
| `Message` | Informational message, which provides details about an error | Yes | Yes
251252
|`TimeGenerated (UTC)` | Timestamp for executed operation | No | Yes
252-
|`Provider` | Name of service emitting the logs e.g., Eventhub | No | Yes
253+
|`Provider` | Name of service emitting the logs e.g., Event Hubs | No | Yes
253254
| `Type` | Type of log emitted | NO | Yes
254255

255256
### Event Hubs virtual network connection event schema

0 commit comments

Comments
 (0)