Skip to content

Commit 1e543eb

Browse files
authored
Merge pull request #78846 from rachel-msft/patch-3
Update concepts-read-replicas.md
2 parents 84cf39f + 409083f commit 1e543eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/concepts-read-replicas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ psql -h myreplica.postgres.database.azure.com -U myadmin@myreplica -d postgres
5555
At the prompt, enter the password for the user account.
5656

5757
## Monitor replication
58-
Azure Database for PostgreSQL provides two metrics for monitoring replication. The two metrics are **Max Lag Across Replicas** and **Replica Lag**. Learn how to view these metrics see in the **Monitor a replica** section of the [read replica how-to article](howto-read-replicas-portal.md).
58+
Azure Database for PostgreSQL provides two metrics for monitoring replication. The two metrics are **Max Lag Across Replicas** and **Replica Lag**. To learn how to view these metrics, see the **Monitor a replica** section of the [read replica how-to article](howto-read-replicas-portal.md).
5959

6060
The **Max Lag Across Replicas** metric shows the lag in bytes between the master and the most-lagging replica. This metric is available on the master server only.
6161

0 commit comments

Comments
 (0)