Skip to content

Commit 87edb3d

Browse files
Merge pull request #211375 from dearandyxu/master
add metric
2 parents 77f675f + 99eb4dd commit 87edb3d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

articles/synapse-analytics/synapse-link/sql-database-synapse-link.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ For each table, you'll see the following status:
4747
* **Failed:** the data on source table can't be replicated to destination due to a fatal error. If you want to retry after fixing the error, remove the table from link connection and add it back.
4848
* **Suspended:** replication is suspended for this table due to an error. It will be resumed after the error is resolved.
4949

50+
You can also get the following metrics to enable advanced monitoring of the service:
51+
52+
* **Link connection events:** number of link connection events including start, stop or failure.
53+
* **Link table event:** number of link table events including snapshot, removal or failure.
54+
* **Link latency in second:** data processing latency in second.
55+
* **Link data processed data volume (bytes):** data volume in bytes processed by Synapse link for SQL.
56+
* **Link processed row:** row counts (changed) processed by Synapse Link for SQL.
57+
58+
For more information, see [Manage Synapse Link for SQL change feed](/sql/sql-server/synapse-link/synapse-link-sql-server-change-feed-manage).
59+
5060
## Transactional consistency across tables
5161

5262
You can enable transactional consistency across tables for each link connection. However, it limits overall replication throughput.

articles/synapse-analytics/synapse-link/sql-server-2022-synapse-link.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ For each table, you'll see the following status:
5757
* **Failed:** the data on source table can't be replicated to destination. If you want to retry after fixing the error, remove the table from link connection and add it back.
5858
* **Suspended:** replication is suspended for this table due to an error. It will be resumed after the error is resolved.
5959

60+
You can also get the following metrics to enable advanced monitoring of the service:
61+
62+
* **Link connection events:** number of link connection events including start, stop or failure.
63+
* **Link table event:** number of link table events including snapshot, removal or failure.
64+
* **Link latency in second:** data processing latency in second.
65+
* **Link data processed data volume (bytes):** data volume in bytes processed by Synapse link for SQL.
66+
* **Link processed row:** row counts (changed) processed by Synapse Link for SQL.
67+
6068
For more information, see [Manage Synapse Link for SQL change feed](/sql/sql-server/synapse-link/synapse-link-sql-server-change-feed-manage).
6169

6270
## Transactional consistency across tables

0 commit comments

Comments
 (0)