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 4
4
__all__ += ['checkpoint' , 'oldest' , 'pg_locks' ]
5
5
__all__ += ['cfs' ]
6
6
__all__ += ['archive_command' ]
7
- __all__ += ['relations_size' ]
8
7
__all__ += ['prepared_transaction' ]
9
8
10
9
from . import *
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -167,17 +167,6 @@ interval = 2
167
167
[agentapi]
168
168
interval = 60
169
169
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
-
181
170
# Get age (in seconds) of the oldest running prepared transaction and number of all prepared transactions for two-phase commit.
182
171
# https://www.postgresql.org/docs/current/sql-prepare-transaction.html
183
172
# https://www.postgresql.org/docs/12/view-pg-prepared-xacts.html
You can’t perform that action at this time.
0 commit comments