Skip to content

Commit 55ae1e0

Browse files
committed
docs: add new metrics to the list of metrics in README
1 parent a83819b commit 55ae1e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,12 @@ Metrics: PostgreSQL
316316
'PostgreSQL waits: Replication Locks': pgsql.lwlock[replication]
317317
'PostgreSQL waits: Buffer operations': pgsql.lwlock[buffer]
318318
'PostgreSQL waits: Other operations': pgsql.lwlock[other]
319+
'PostgreSQL: number of prepared transactions': 'pgsql.prepared.count'
320+
'PostgreSQL: oldest prepared transaction running time in sec': 'pgsql.prepared.oldest'
319321
322+
'Pg_probackup catalog {#BACKUPDIR}: size': pg_probackup.dir.size[{#BACKUPDIR}]
323+
'Pg_probackup catalog {#BACKUPDIR}: error': 'pg_probackup.dir.error[{#BACKUPDIR}]
324+
'Relation size: {#RELATIONNAME}': 'pgsql.relation.size[{#RELATIONNAME}]'
320325
'Database {#DATABASE}: size': pgsql.database.size[{#DATABASE}]
321326
'Count of bloating tables in database: {#DATABASE}': pgsql.database.bloating_tables[{#DATABASE}]
322327
'Max age (datfrozenxid) in: {#DATABASE}': pgsql.database.bloating_tables[{#DATABASE}]

0 commit comments

Comments
 (0)