Monitoring through SQL v5
EDB Postgres Distributed provides several monitoring and statistics views that are specific to its distributed nature. The standard Postgres monitoring is also useful for monitoring EDB Postgres Distributed.
Monitoring overview
A PGD group consists of multiple servers, often referred to as nodes. Monitor all of the nodes to ensure the health of the whole group.
The bdr_monitor role can execute the bdr.monitor
functions to provide an
assessment of PGD health using one of three levels:
OK
— Often shown as green.WARNING
— Often shown as yellow.CRITICAL
— Often shown as red.UNKNOWN