mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
PG-1907 Add wal_buffers_full
Add wal_buffers_full value, same as was introduced in PGSS in commit ce5bcc4.
This commit is contained in:
committed by
Artem Gavrilov
parent
9dad93b770
commit
9496937c9f
@@ -308,6 +308,7 @@ typedef struct Wal_Usage
|
||||
int64 wal_records; /* # of WAL records generated */
|
||||
int64 wal_fpi; /* # of WAL full page images generated */
|
||||
uint64 wal_bytes; /* total amount of WAL bytes generated */
|
||||
int64 wal_buffers_full; /* # of times the WAL buffers became full */
|
||||
} Wal_Usage;
|
||||
|
||||
typedef struct Counters
|
||||
|
||||
Reference in New Issue
Block a user