File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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}]
You can’t perform that action at this time.
0 commit comments