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
> If you see `-NamespaceOnlyMetric-` in entity names, it's not an entity name. It means that the request was for a namespace level operation.
20
+
18
21
### Supported metrics for Microsoft.ServiceBus/Namespaces
19
22
20
23
The following table lists the metrics available for the Microsoft.ServiceBus/Namespaces resource type.
@@ -71,7 +74,7 @@ The following metrics are *connection metrics*.
71
74
72
75
| Metric | Description |
73
76
|:-------|:------------|
74
-
| Active Connections | The number of active connections on a namespace and on an entity in the namespace. Value for this metric is a point-in-time value. Connections that were active immediately after that point-in-time may not be reflected in the metric. |
77
+
| Active Connections | The number of active connections on a namespace and on an entity in the namespace. Value for this metric is a point-in-time value. Connections that were active immediately after that point-in-time might not be reflected in the metric. |
75
78
| Connections Opened | The number of connections opened. Value for this metric is an aggregation, and includes all connections that were opened in the aggregation time window. |
76
79
| Connections Closed | The number of connections closed. Value for this metric is an aggregation, and includes all connections that were opened in the aggregation time window. |
77
80
@@ -347,10 +350,10 @@ Diagnostic Error Logs include elements listed in this table:
347
350
|`NamespaceName`| Name of Namespace | Yes | yes |
348
351
|`EntityType`| Type of Entity | Yes | Yes |
349
352
|`EntityName`| Name of Entity | Yes | Yes |
350
-
|`OperationResult`| Type of error in Operation (Clienterror or Serverbusy or quotaexceeded) | Yes | Yes |
353
+
|`OperationResult`| Type of error in Operation (`Clienterror` or `Serverbusy` or `quotaexceeded`) | Yes | Yes |
351
354
|`ErrorCount`| Count of identical errors during the aggregation period of 1 minute. | Yes | Yes |
0 commit comments