Skip to content

Commit 6c01678

Browse files
Merge pull request #234097 from spelluru/sbuscount0411
added a note about message count 0
2 parents fa33d68 + 8ba14df commit 6c01678

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ The following two types of errors are classified as **user errors**:
5353
> [!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
56+
> [!NOTE]
57+
> When a client tries to get the info about a queue or topic, the Service Bus service returns some static information like name, last updated time, created time, requires session or not etc., and some dynamic information like message counts. If the request gets throttled, the service returns the static information and empty dynamic information. That's why message counts are shown as 0 when the namespace is being throttled. This behavior is by design.
58+
5659
### Connection metrics
5760

5861
| Metric Name | Exportable via diagnostic settings | Unit | Aggregation type | Description | Dimensions |
@@ -87,7 +90,7 @@ Azure Service Bus supports the following dimensions for metrics in Azure Monitor
8790

8891
|Dimension name|Description|
8992
| ------------------- | ----------------- |
90-
|Entity Name| Service Bus supports messaging entities under the namespace. With the 'Incoming Requests' metric, the Entity Name dimension will see a value of '-NamespaceOnlyMetric-' in addition to all your queues and topics. This represents request which were made at the namespace level. Examples include a request to list all queues/topics under the namespace or requests to entities which failed authentication or authorization.|
93+
|Entity Name| Service Bus supports messaging entities under the namespace. With the 'Incoming Requests' metric, the Entity Name dimension will have a value of '-NamespaceOnlyMetric-' in addition to all your queues and topics. This represents the request, which was made at the namespace level. Examples include a request to list all queues/topics under the namespace or requests to entities that failed authentication or authorization.|
9194

9295
## Resource logs
9396
This section lists the types of resource logs you can collect for Azure Service Bus.

0 commit comments

Comments
 (0)