Skip to content

Commit 53df0ed

Browse files
Address build warnings.
1 parent 5cf49ff commit 53df0ed

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

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

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ The following table lists the metrics available for the Microsoft.ServiceBus/Nam
2323

2424
[!INCLUDE [Microsoft.ServiceBus/Namespaces](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/metrics/microsoft-servicebus-namespaces-metrics-include.md)]
2525

26-
### Metric types
26+
The following sections provide more detailed descriptions for metrics presented in the previous section.
2727

28-
This section provides more detailed descriptions for metrics presented in the previous section.
28+
### Request metrics
2929

3030
*Request metrics* count the number of data and management operations requests.
3131

@@ -42,6 +42,8 @@ The following two types of errors are classified as *user errors*:
4242
- Client-side errors (In HTTP that would be 400 errors).
4343
- Errors that occur while processing messages, such as [MessageLockLostException](/dotnet/api/azure.messaging.servicebus.servicebusfailurereason).
4444

45+
### Message metrics
46+
4547
The following metrics are *message metrics*.
4648

4749
- **Incoming Messages** The number of events or messages sent to Service Bus over a specified period. For basic and standard tiers, incoming autoforwarded messages are included in this metric. And, for the premium tier, they aren't included.
@@ -60,12 +62,15 @@ The following metrics are *message metrics*.
6062
> [!NOTE]
6163
> When a client tries to get the info about a queue or topic, the Service Bus service returns some static information such as name, last updated time, created time, and requires session or not. 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.
6264
65+
### Connection metrics
6366
The following metrics are *connection metrics*.
6467

6568
- **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.
6669
- **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.
6770
- **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.
6871

72+
### Resource usage metrics
73+
6974
The following *resource metrics* are available only with the **premium** tier.
7075

7176
- **CPU usage per namespace** The percentage CPU usage of the namespace.
@@ -75,15 +80,19 @@ The important metrics to monitor for any outages for a premium tier namespace ar
7580

7681
The other metric you could monitor is: **throttled requests**. It shouldn't be an issue though as long as the namespace stays within its memory, CPU, and brokered connections limits. For more information, see [Throttling in Azure Service Bus Premium tier](service-bus-throttling.md#throttling-in-premium-tier)
7782

83+
### Error metrics
84+
7885
The following metrics are *error metrics*.
7986

8087
- **Server Errors** The number of requests not processed because of an error in the Service Bus service over a specified period.
8188
- **User Errors** The number of requests not processed because of user errors over a specified period.
8289

90+
### Geo-Replication metrics
91+
8392
The following metrics are geo-replication metrics:
8493

85-
**Replication Lag Duration** The offset in seconds between the latest action on the primary and the secondary regions.
86-
**Replication Lag Count** The offset in number of operations between the latest action on the primary and the secondary regions.
94+
- **Replication Lag Duration** The offset in seconds between the latest action on the primary and the secondary regions.
95+
- **Replication Lag Count** The offset in number of operations between the latest action on the primary and the secondary regions.
8796

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

@@ -103,8 +112,6 @@ The following metrics are geo-replication metrics:
103112

104113
[!INCLUDE [<ResourceType/namespace>](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/logs/microsoft-servicebus-namespaces-logs-include.md)]
105114

106-
## Resource logs
107-
108115
This section lists the types of resource logs you can collect for Azure Service Bus.
109116

110117
- Operational logs
@@ -382,11 +389,8 @@ Resource specific table entry:
382389

383390
[!INCLUDE [horz-monitor-ref-logs-tables](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-logs-tables.md)]
384391

385-
386392
[!INCLUDE [service-bus-amqp-support-retirement](../../includes/service-bus-amqp-support-retirement.md)]
387393

388-
## Azure Monitor Logs tables
389-
390394
Azure Service Bus uses Kusto tables from Azure Monitor Logs. You can query these tables with Log Analytics. For a list of Kusto tables the service uses, see [Azure Monitor Logs table reference](/azure/azure-monitor/reference/tables/tables-resourcetype#service-bus).
391395

392396
### Service Bus Microsoft.ServiceBus/namespaces
@@ -396,7 +400,7 @@ Azure Service Bus uses Kusto tables from Azure Monitor Logs. You can query these
396400
- [AzureDiagnostics](/azure/azure-monitor/reference/tables/azurediagnostics#columns)
397401
- [AZMSOperationalLogs](/azure/azure-monitor/reference/tables/azmsoperationallogs#columns)
398402
- [AZMSVnetConnectionEvents](/azure/azure-monitor/reference/tables/azmsvnetconnectionevents#columns)
399-
- [AZMSRunTimeAuditLogs](/azure/azure-monitor/reference/tables/azmsrunrimeauditlogs#columns)
403+
- [AZMSRunTimeAuditLogs](/azure/azure-monitor/reference/tables/azmsruntimeauditlogs#columns)
400404
- [AZMSApplicationMetricLogs](/azure/azure-monitor/reference/tables/azmsapplicationmetricLogs#columns)
401405
- [AZMSDiagnosticErrorLogs](/azure/azure-monitor/reference/tables/azmsdiagnosticerrorlogs#columns)
402406

articles/service-bus-messaging/service-bus-troubleshooting-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ You see an error that the entity is no longer available.
271271
The resource might have been deleted. Follow these steps to identify why the entity was deleted.
272272

273273
- Check the activity log to see if there's an Azure Resource Manager request for deletion.
274-
- Check the operational log to see if there was a direct API call for deletion. To learn how to collect an operational log, see [Collection and routing](monitor-service-bus.md#collection-and-routing). For the schema and an example of an operation log, see [Operation logs](monitor-service-bus-reference.md#operational-logs)
274+
- Check the operational log to see if there was a direct API call for deletion. To learn how to collect an operational log, see [Monitor Azure Service Bus](monitor-service-bus.md#data-storage). For the schema and an example of an operation log, see [Operation logs](monitor-service-bus-reference.md#operational-logs)
275275
- Check the operation log to see if there was an `autodeleteonidle` related deletion.
276276

277277

0 commit comments

Comments
 (0)