Skip to content

Commit 0b96024

Browse files
authored
Merge pull request #115917 from spelluru/ehubconnections0520
updated connection metrics
2 parents 0fac7ce + 8abba56 commit 0b96024

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/service-bus-messaging/service-bus-metrics-azure-monitor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ editor: spelluru
88

99
ms.service: service-bus-messaging
1010
ms.topic: article
11-
ms.date: 01/27/2020
11+
ms.date: 05/20/2020
1212
ms.author: aschhab
1313

1414
---
@@ -95,6 +95,8 @@ The following two types of errors are classified as user errors:
9595
| Metric Name | Description |
9696
| ------------------- | ----------------- |
9797
|ActiveConnections|The number of active connections on a namespace as well as on an entity.<br/><br/> Unit: Count <br/> Aggregation Type: Total <br/> Dimension: EntityName|
98+
|Connections Opened |The number of open connections.<br/><br/> Unit: Count <br/> Aggregation Type: Total <br/> Dimension: EntityName|
99+
|Connections Closed |The number of closed connections.<br/><br/> Unit: Count <br/> Aggregation Type: Total <br/> Dimension: EntityName|
98100

99101
## Resource usage metrics
100102

0 commit comments

Comments
 (0)