Skip to content

Commit 6c8e7be

Browse files
committed
Learn Editor: Update monitoring-metrics-alerts.md
1 parent 8b32c56 commit 6c8e7be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-sql/database/monitoring-metrics-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following table describes commonly used metrics in Azure SQL Database.
7070
| **Failed Connections : User Errors** | `connection_failed_user_error` | This metric shows the number of connection attempts to a database that failed because of user-correctable errors, such as an incorrect password or connection being blocked by firewall. This metric can be split by two dimensions, `Error` and `ValidatedDriverNameAndVersion`, to see the number of failed connection attempts due to a specific error, or from a specific client driver. |
7171
| **Deadlocks** | `deadlock` | This metric shows the number of [deadlocks](analyze-prevent-deadlocks.md) in a database.|
7272
| **Availability** | `availability` | Availability is determined based on the database being operational for connections. For each one-minute data point, the possible values are either `100%` or `0%`. For more information, see [Availability metric](#availability-metric). |
73-
| **Replication lag** | `replication_lag_seconds` |Replication lag or RPO is the number of seconds that the secondary database is behind the primary database. This value is available on the primary database only. For more information about RTO and RPO, see [Business continuity in Azure SQL Database](business-continuity-high-availability-disaster-recover-hadr-overview.md#rto-and-rpo) |
73+
| **Replication lag (preview)** | `replication_lag_seconds` |Replication lag is the time span in seconds from the point of transaction commit on the Primary and the acknowledgement by the Secondary that the transaction log update has been persisted. This value is available on the primary database only. For more information about RTO and RPO, see [Business continuity in Azure SQL Database](business-continuity-high-availability-disaster-recover-hadr-overview.md#rto-and-rpo) |
7474

7575
#### Availability metric
7676

0 commit comments

Comments
 (0)