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
|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|
44
44
|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 |
47
47
| Dead-lettered messages| No | Count | Average | Count of dead-lettered messages in a queue/topic. | Entity name |
48
48
| Scheduled messages| No | Count | Average | Count of scheduled messages in a queue/topic. | Entity name |
49
49
|Completed Messages| Yes | Count | Total | The number of messages completed over a specified period. | Entity name|
50
50
| Abandoned Messages| Yes | Count | Total | The number of messages abandoned over a specified period. | Entity name|
51
51
| Size | No | Bytes | Average | Size of an entity (queue or topic) in bytes. | Entity name |
52
52
53
-
> [!NOTE]
53
+
> [!IMPORTANT]
54
54
> 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.
55
55
56
56
### Connection metrics
@@ -100,15 +100,15 @@ Operational log entries include elements listed in the following table:
100
100
101
101
| Name | Description |
102
102
| ------- | ------- |
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 |
112
112
113
113
Here's an example of an operational log JSON string:
114
114
@@ -136,10 +136,10 @@ The following management operations are captured in operational logs:
> 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
149
149
150
150
| Name | Description |
151
151
| --- | ----------- |
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 |
|`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 |
0 commit comments