We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e76802 commit 25d80e2Copy full SHA for 25d80e2
mamonsu/plugins/pgsql/statements.py
@@ -61,7 +61,7 @@ class Statements(Plugin):
61
62
Items_pg_13 = [
63
("stat[wal_bytes]",
64
- "sum(wal_bytes)",
+ "sum(wal_bytes)::bigint",
65
"Amount of WAL Files", Plugin.UNITS.bytes_per_second, Plugin.DELTA.speed_per_second,
66
("PostgreSQL Statements: WAL Statistics", "00B0B8", 0)),
67
("stat[wal_records]",
0 commit comments