Skip to content

Commit 9a2a47a

Browse files
Merge pull request #304123 from spelluru/sbusmetric0812
NamespaceOnlyMetric
2 parents 9cb99f3 + 0d081b7 commit 9a2a47a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitoring data reference for Azure Service Bus
33
description: This article contains important reference material you need when you monitor Azure Service Bus by using Azure Monitor.
4-
ms.date: 07/22/2024
4+
ms.date: 08/12/2025
55
ms.custom: horz-monitor
66
ms.topic: reference
77
author: spelluru
@@ -15,6 +15,9 @@ See [Monitor Azure Service Bus](monitor-service-bus.md) for details on the data
1515

1616
[!INCLUDE [horz-monitor-ref-metrics-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-intro.md)]
1717

18+
> [!NOTE]
19+
> 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+
1821
### Supported metrics for Microsoft.ServiceBus/Namespaces
1922

2023
The following table lists the metrics available for the Microsoft.ServiceBus/Namespaces resource type.
@@ -71,7 +74,7 @@ The following metrics are *connection metrics*.
7174

7275
| Metric | Description |
7376
|:-------|:------------|
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. |
7578
| 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. |
7679
| 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. |
7780

@@ -347,10 +350,10 @@ Diagnostic Error Logs include elements listed in this table:
347350
| `NamespaceName` | Name of Namespace | Yes | yes |
348351
| `EntityType` | Type of Entity | Yes | Yes |
349352
| `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 |
351354
| `ErrorCount` | Count of identical errors during the aggregation period of 1 minute. | Yes | Yes |
352355
| `ErrorMessage` | Detailed Error Message | Yes | Yes |
353-
| `Provider` | Name of Service emitting the logs. Possible values: eventhub, relay, and servicebus | Yes | Yes |
356+
| `Provider` | Name of Service emitting the logs. Possible values: `eventhub`, `relay`, and `servicebus` | Yes | Yes |
354357
| `Time Generated (UTC)` | Operation time | No | Yes |
355358
| `EventTimestamp` | Operation Time | Yes | No |
356359
| `Category` | Log category | Yes | No |

0 commit comments

Comments
 (0)