File tree Expand file tree Collapse file tree 3 files changed +0
-134
lines changed Expand file tree Collapse file tree 3 files changed +0
-134
lines changed Original file line number Diff line number Diff line change 44__all__ += ['checkpoint' , 'oldest' , 'pg_locks' ]
55__all__ += ['cfs' ]
66__all__ += ['archive_command' ]
7- __all__ += ['relations_size' ]
87__all__ += ['prepared_transaction' ]
98
109from . import *
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -167,17 +167,6 @@ interval = 2
167167[agentapi]
168168interval = 60
169169
170- # Get size of relations defined in this section
171- # Relations - comma separated list of objects - tables and endexes (database_name.schema.relation) used to calculate relations size.
172- # Example:
173- # relations=postgres.pg_catalog.pg_class,postgres.pg_catalog.pg_user
174- # If the relation is blocked by some process such as vacuum full or create index, the result will be -1
175- # by default this plugin disabled. To enable this plugin - set bellow "enabled = False" and define a list of relations.
176- [relationssize]
177- enabled = False
178- relations=postgres.pg_catalog.pg_class,postgres.pg_catalog.pg_user
179- interval = 500
180-
181170# Get age (in seconds) of the oldest running prepared transaction and number of all prepared transactions for two-phase commit.
182171# https://www.postgresql.org/docs/current/sql-prepare-transaction.html
183172# https://www.postgresql.org/docs/12/view-pg-prepared-xacts.html
You can’t perform that action at this time.
0 commit comments