8000 fix: fixed Rollbacks delta · postgrespro/mamonsu@4f648b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f648b1

Browse files
committed
fix: fixed Rollbacks delta
1 parent 85dbeea commit 4f648b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Instance(Plugin):
3535
Plugin.UNITS.none, Plugin.DELTA.simple_change),
3636
("xact_rollback", "events[xact_rollback]", "Rollback Events",
3737
("PoPostgreSQL Instance: Transactions Rate", "E57862", 0),
38-
Plugin.UNITS.none, Plugin.DELTA.simple_change),
38+
Plugin.UNITS.none, Plugin.DELTA.speed_per_second),
3939

4040
("temp_bytes", "temp[bytes]", "Temp Bytes Written",
4141
("PostgreSQL Instance: Temp Files", "00B0B8", 0),

0 commit comments

Comments
 (0)
0