Skip to content

Commit 134a82c

Browse files
authored
Merge pull request #228708 from spelluru/sbusmetrics0227
messages vs. active messages
2 parents aa83a1e + 71e0ad9 commit 134a82c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

articles/service-bus-messaging/monitor-service-bus-reference.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ The following two types of errors are classified as **user errors**:
4242
| ---------- | ---------- | ----- | --- | --- | --- |
4343
|Incoming Messages| Yes | Count | Total | The number of events or messages sent to Service Bus over a specified period. For basic and standard tiers, incoming auto-forwarded messages are included in this metric. And, for the premium tier, they aren't included. | Entity name|
4444
|Outgoing Messages| Yes | Count | Total | The number of events or messages received from Service Bus over a specified period. The outgoing auto-forwarded messages aren't included in this metric. | Entity name|
45-
| Messages| No | Count | Average | Count of messages in a queue/topic. | Entity name |
46-
| Active Messages| No | Count | Average | Count of active messages in a queue/topic. | Entity name |
45+
| Messages | No | Count | Average | Count of messages in a queue/topic. This metric includes messages in all the different states like active, dead-lettered, scheduled, etc. | Entity name |
46+
| Active Messages| No | Count | Average | Count of active messages in a queue/topic. Active messages are the messages in the queue or subscription that are in the active state and ready for delivery. The messages are available to be received. | Entity name |
4747
| Dead-lettered messages| No | Count | Average | Count of dead-lettered messages in a queue/topic. | Entity name |
4848
| Scheduled messages| No | Count | Average | Count of scheduled messages in a queue/topic. | Entity name |
4949
|Completed Messages| Yes | Count | Total | The number of messages completed over a specified period. | Entity name|
5050
| Abandoned Messages| Yes | Count | Total | The number of messages abandoned over a specified period. | Entity name|
5151
| Size | No | Bytes | Average | Size of an entity (queue or topic) in bytes. | Entity name |
5252

53-
> [!NOTE]
53+
> [!IMPORTANT]
5454
> Values for messages, active, dead-lettered, scheduled, completed, and abandoned messages are point-in-time values. Incoming messages that were consumed immediately after that point-in-time may not be reflected in these metrics.
5555
5656
### Connection metrics
@@ -100,15 +100,15 @@ Operational log entries include elements listed in the following table:
100100

101101
| Name | Description |
102102
| ------- | ------- |
103-
| ActivityId | Internal ID, used to identify the specified activity |
104-
| EventName | Operation name |
105-
| ResourceId | Azure Resource Manager resource ID |
106-
| SubscriptionId | Subscription ID |
107-
| EventTimeString | Operation time |
108-
| EventProperties | Operation properties |
109-
| Status | Operation status |
110-
| Caller | Caller of operation (the Azure portal or management client) |
111-
| Category | OperationalLogs |
103+
| `ActivityId` | Internal ID, used to identify the specified activity |
104+
| `EventName` | Operation name |
105+
| `ResourceId` | Azure Resource Manager resource ID |
106+
| `SubscriptionId` | Subscription ID |
107+
| `EventTimeString` | Operation time |
108+
| `EventProperties` | Operation properties |
109+
| `Status` | Operation status |
110+
| `Caller` | Caller of operation (the Azure portal or management client) |
111+
| `Category` | OperationalLogs |
112112

113113
Here's an example of an operational log JSON string:
114114

@@ -136,10 +136,10 @@ The following management operations are captured in operational logs:
136136

137137
| Scope | Operation|
138138
|-------| -------- |
139-
| Namespace | <ul> <li> Create Namespace</li> <li> Update Namespace </li> <li> Delete Namespace </li> <li> Update Namespace SharedAccess Policy </li> </ul> |
140-
| Queue | <ul> <li> Create Queue</li> <li> Update Queue</li> <li> Delete Queue </li> <li> AutoDelete Delete Queue </li> </ul> |
141-
| Topic | <ul> <li> Create Topic </li> <li> Update Topic </li> <li> Delete Topic </li> <li> AutoDelete Delete Topic </li> </ul> |
142-
| Subscription | <ul> <li> Create Subscription </li> <li> Update Subscription </li> <li> Delete Subscription </li> <li> AutoDelete Delete Subscription </li> </ul> |
139+
| `Namespace` | <ul> <li> Create Namespace</li> <li> Update Namespace </li> <li> Delete Namespace </li> <li> Update Namespace SharedAccess Policy </li> </ul> |
140+
| `Queue` | <ul> <li> Create Queue</li> <li> Update Queue</li> <li> Delete Queue </li> <li> AutoDelete Delete Queue </li> </ul> |
141+
| `Topic` | <ul> <li> Create Topic </li> <li> Update Topic </li> <li> Delete Topic </li> <li> AutoDelete Delete Topic </li> </ul> |
142+
| `Subscription` | <ul> <li> Create Subscription </li> <li> Update Subscription </li> <li> Delete Subscription </li> <li> AutoDelete Delete Subscription </li> </ul> |
143143

144144
> [!NOTE]
145145
> Currently, *Read* operations aren't tracked in the operational logs.
@@ -149,14 +149,14 @@ Service Bus virtual network (VNet) connection event JSON includes elements liste
149149

150150
| Name | Description |
151151
| --- | ----------- |
152-
| SubscriptionId | Azure subscription ID |
153-
| NamespaceName | Namespace name |
154-
| IPAddress | IP address of a client connecting to the Service Bus service |
155-
| Action | Action done by the Service Bus service when evaluating connection requests. Supported actions are **Accept Connection** and **Deny Connection**. |
156-
| Reason | Provides a reason why the action was done |
157-
| Count | Number of occurrences for the given action |
158-
| ResourceId | Azure Resource Manager resource ID. |
159-
| Category | ServiceBusVNetConnectionEvent |
152+
| `SubscriptionId` | Azure subscription ID |
153+
| `NamespaceName` | Namespace name |
154+
| `IPAddress` | IP address of a client connecting to the Service Bus service |
155+
| `Action` | Action done by the Service Bus service when evaluating connection requests. Supported actions are **Accept Connection** and **Deny Connection**. |
156+
| `Reason` | Provides a reason why the action was done |
157+
| `Count` | Number of occurrences for the given action |
158+
| `ResourceId` | Azure Resource Manager resource ID. |
159+
| `Category` | ServiceBusVNetConnectionEvent |
160160

161161
> [!NOTE]
162162
> Virtual network logs are generated only if the namespace allows access from selected networks or from specific IP addresses (IP filter rules).
@@ -197,7 +197,7 @@ Name | Description
197197
`NetworkType` | Type of the network access: `Public` or`Private`.
198198
`ClientIP` | IP address of the client application.
199199
`Count` | Total number of operations performed during the aggregated period of 1 minute.
200-
`Properties` | Metadata that are specific to the data plane operation.
200+
`Properties` | Metadata that is specific to the data plane operation.
201201
`Category` | Log category
202202

203203
Here's an example of a runtime audit log entry:

0 commit comments

Comments
 (0)