mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
Lag is now monitored in bytes, we show replication lag
and applied lag
This commit is contained in:
@@ -13,6 +13,6 @@ CREATE TABLE repl_status(
|
||||
last_wal_primary_location TEXT NOT NULL,
|
||||
last_wal_standby_location TEXT NOT NULL,
|
||||
last_wal_standby_timestamp TIMESTAMP WITH TIME ZONE NOT NULL,
|
||||
lag_time INTERVAL NOT NULL
|
||||
-- num_wal_packets INTEGER NOT NULL
|
||||
replication_lag BIGINT NOT NULL,
|
||||
apply_lag BIGINT NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user