Skip to content

Commit 4e3b774

Browse files
Added metrics for Geo-Replication
1 parent 9ec4ede commit 4e3b774

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,19 @@ The following two types of errors are classified as **user errors**:
7878
|Memory size usage per namespace| No | Memory Usage | Percent | The percentage memory usage of the namespace. | Replica |
7979

8080
### Error metrics
81+
8182
| Metric Name | Exportable via diagnostic settings | Unit | Aggregation type | Description | Dimensions |
8283
| ------------------- | ----------------- | --- | --- | --- | --- |
8384
|Server Errors| No | Count | Total | The number of requests not processed because of an error in the Service Bus service over a specified period. | Entity name<br/><br/>Operation Result |
8485
|User Errors | No | Count | Total | The number of requests not processed because of user errors over a specified period. | Entity name<br/><br/>Operation Result|
8586

87+
### Geo-Replication metrics
88+
89+
| Metric Name | Exportable via diagnostic settings | Unit | Aggregation type | Description | Dimensions |
90+
| ------------------- | ----------------- | --- | --- | --- | --- |
91+
|Replication Lag Duration| No | Seconds | Average | The offset in seconds between the latest action on the primary and the secondary regions. | |
92+
|Replication Lag Count | No | Count | Average | The offset in number of operations between the latest action on the primary and the secondary regions. | |
93+
8694
## Metric dimensions
8795

8896
Azure Service Bus supports the following dimensions for metrics in Azure Monitor. Adding dimensions to your metrics is optional. If you don't add dimensions, metrics are specified at the namespace level.

0 commit comments

Comments
 (0)