Skip to content

Commit 9b9027c

Browse files
AlexandrAlexandr
authored andcommitted
fix(statements): wal_bytes fix
1 parent 32dfd3f commit 9b9027c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mamonsu/plugins/pgsql/statements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Statements(Plugin):
6060

6161
Items_pg_13 = [
6262
("stat[wal_bytes]",
63-
"sum(wal_bytes)::bigint",
63+
"sum(wal_bytes)::numeric",
6464
"Amount of WAL Files", Plugin.UNITS.bytes_per_second, Plugin.DELTA.speed_per_second,
6565
("PostgreSQL Statements: WAL Statistics", "00B0B8", 0)),
6666
("stat[wal_records]",

0 commit comments

Comments
 (0)