Skip to content

Commit 25ccc99

Browse files
Merge pull request #289928 from varun-dhawan/varund-aug
[PostgreSQL] updated section for Azure Postgres HA health status monitoring
2 parents a7b937e + 69e9dd4 commit 25ccc99

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/reliability/reliability-postgresql-flexible-server.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Find out about reliability and high availability in Azure Database
55
author: sunilagarwal
66
ms.author: anaharris
77
ms.reviewer: maghan, anaharris
8-
ms.date: 12/21/2023
8+
ms.date: 11/5/2024
99
ms.service: azure-database-postgresql
1010
ms.topic: conceptual
1111
ms.custom:
@@ -81,6 +81,19 @@ Azure Database for PostgreSQL - Flexible Server supports both [zone-redundant an
8181

8282
- Periodic maintenance activities such as minor version upgrades happen at the standby first and, to reduce downtime, the standby is promoted to primary so that workloads can keep on, while the maintenance tasks are applied on the remaining node.
8383

84+
85+
### Monitor High-Availability Health
86+
87+
High Availability (HA) health status monitoring in Azure Database for PostgreSQL - Flexible Server provides a continuous overview of the health and readiness of HA-enabled instances. This monitoring feature leverages [Azure’s Resource Health Check (RHC)](/azure/service-health/resource-health-overview) framework to detect and alert on any issues that may impact your database's failover readiness or overall availability. By assessing key metrics like connection status, failover state, and data replication health, HA health status monitoring enables proactive troubleshooting and helps maintain your database’s uptime and performance.
88+
89+
Customers can use HA health status monitoring to:
90+
91+
- Gain real-time insights into the health of both primary and standby replicas, with status indicators that reveal potential issues, such as degraded performance or network blocking.
92+
- Configure alerts for timely notifications on any changes in HA status, ensuring immediate action to address potential disruptions.
93+
- Optimize failover readiness by identifying and addressing issues before they impact database operations.
94+
95+
For a detailed guide on configuring and interpreting HA health statuses, refer to the main article [High Availability (HA) health status monitoring for Azure Database for PostgreSQL - Flexible Server](/azure/postgresql/flexible-server/how-to-monitor-high-availability).
96+
8497
### High availability limitations
8598

8699
- Due to synchronous replication to the standby server, especially with a zone-redundant configuration, applications can experience elevated write and commit latency.

0 commit comments

Comments
 (0)