From 9b9027c0bf200265ffc93d49f350585f356c7d33 Mon Sep 17 00:00:00 2001 From: Alexandr Date: Tue, 23 Jun 2026 16:17:09 +0300 Subject: [PATCH] fix(statements): wal_bytes fix --- mamonsu/plugins/pgsql/statements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mamonsu/plugins/pgsql/statements.py b/mamonsu/plugins/pgsql/statements.py index cfe2f0a..47e4563 100644 --- a/mamonsu/plugins/pgsql/statements.py +++ b/mamonsu/plugins/pgsql/statements.py @@ -60,7 +60,7 @@ class Statements(Plugin): Items_pg_13 = [ ("stat[wal_bytes]", - "sum(wal_bytes)::bigint", + "sum(wal_bytes)::numeric", "Amount of WAL Files", Plugin.UNITS.bytes_per_second, Plugin.DELTA.speed_per_second, ("PostgreSQL Statements: WAL Statistics", "00B0B8", 0)), ("stat[wal_records]",