Skip to content

Commit 0498a7e

Browse files
committed
Merge branch 'master' of https://github.com/Microsoft/azure-docs-pr into githubissue29875
2 parents 3ea5323 + 58f1fd3 commit 0498a7e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-monitor/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@
9595
href: platform/alerts-overview.md
9696
- name: Classic alerts
9797
href: platform/alerts-classic.overview.md
98-
- name: Smart groups
99-
href: platform/alerts-smartgroups-overview.md
100-
- name: Autoscale
101-
href: platform/autoscale-overview.md
10298
- name: Metric alerts
10399
href: platform/alerts-metric-overview.md
104100
- name: Log alerts
@@ -109,6 +105,10 @@
109105
href: platform/alerts-common-schema.md
110106
- name: Action rules
111107
href: platform/alerts-action-rules.md
108+
- name: Smart groups
109+
href: platform/alerts-smartgroups-overview.md
110+
- name: Autoscale
111+
href: platform/autoscale-overview.md
112112
- name: Change analysis
113113
href: app/change-analysis.md
114114
- name: Visualize data

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)