Skip to content

Commit caf94b0

Browse files
committed
docs: add info about new metrics to README.rst
1 parent e24bbdd commit caf94b0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,19 @@ Metrics: PostgreSQL
346346
'PostgreSQL waits: Other operations': pgsql.lwlock[other]
347347
'PostgreSQL: number of prepared transactions': 'pgsql.prepared.count'
348348
'PostgreSQL: oldest prepared transaction running time in sec': 'pgsql.prepared.oldest'
349+
'PostgreSQL: number of PostgreSQL parent pid children': pgsql.count_all_pids[]
350+
'PostgreSQL: number of pids which private anonymous memory exceeds private_anon_mem_threshold':
351+
pgsql.memory_leak_diagnostic.count_diff[]
352+
'PostgreSQL: number of pids which private anonymous memory exceeds exceeds private_anon_mem_threshold,
353+
text of message': pgsql.memory_leak_diagnostic.msg_text[]
354+
'PostgreSQL: time elapsed between flushing recent WAL locally and receiving notification that this standby server
355+
has written and flushed it': pgsql.replication.flush_lag
356+
'PostgreSQL: time elapsed between flushing recent WAL locally and receiving notification that this standby server
357+
has written, flushed and applied': pgsql.replication.replay_lag
358+
'PostgreSQL: time elapsed between flushing recent WAL locally and receiving notification that this standby server
359+
has written it': pgsql.replication.write_lag
360+
'PostgreSQL: delta of total lag for {#APPLICATION_NAME}': pgsql.replication.total_lag
361+
'PostgreSQL: count non-active replication slots': pgsql.replication.non_active_slots
349362
350363
'Pg_probackup catalog {#BACKUPDIR}: size': pg_probackup.dir.size[{#BACKUPDIR}]
351364
'Pg_probackup catalog {#BACKUPDIR}: error': 'pg_probackup.dir.error[{#BACKUPDIR}]

0 commit comments

Comments
 (0)