Skip to content

Commit 60dd239

Browse files
committed
docs: added missing metrics to README
1 parent bdd866d commit 60dd239

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.rst

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -251,23 +251,27 @@ Metrics: PostgreSQL
251251
'PostgreSQL: size of files need to archive': pgsql.archive_command[size_files_to_archive]
252252
'PostgreSQL: count archived files': pgsql.archive_command[archived_files]
253253
'PostgreSQL: count attempts to archive files': pgsql.archive_command[failed_trying_to_archive]
254-
'PostgreSQL checkpoint: by timeout (in hour)': pgsql.checkpoint[count_timed]
255-
'PostgreSQL checkpoint: by wal (in hour)': pgsql.checkpoint[count_wal]
256-
'PostgreSQL checkpoint: write time': pgsql.checkpoint[write_time]
257-
'PostgreSQL checkpoint: sync time': pgsql.checkpoint[checkpoint_sync_time]
254+
'PostgreSQL: checkpoint by timeout (in hour)': pgsql.checkpoint[count_timed]
255+
'PostgreSQL: checkpoint by wal (in hour)': pgsql.checkpoint[count_wal]
256+
'PostgreSQL: checkpoint write time': pgsql.checkpoint[write_time]
257+
'PostgreSQL: checkpoint sync time': pgsql.checkpoint[checkpoint_sync_time]
258+
'PostgreSQL: shared buffer dirty size': pgsql.buffers[dirty]
259+
'PostgreSQL: shared buffer size': pgsql.buffers[size]
260+
'PostgreSQL: shared buffer twice used size': pgsql.buffers[twice_used]
258261
'PostgreSQL bgwriter: buffers written during checkpoints': pgsql.bgwriter[buffers_checkpoint]
259262
'PostgreSQL bgwriter: buffers written': pgsql.bgwriter[buffers_clean]
260263
'PostgreSQL bgwriter: number of bgwriter stopped by max write count': pgsql.bgwriter[maxwritten_clean]
261264
'PostgreSQL bgwriter: buffers written directly by a backend': pgsql.bgwriter[buffers_backend]
262265
'PostgreSQL bgwriter: times a backend execute its own fsync': pgsql.bgwriter[buffers_backend_fsync]
263266
'PostgreSQL bgwriter: buffers allocated': pgsql.bgwriter[buffers_alloc]
264267
'PostgreSQL: count of autovacuum workers': pgsql.autovacumm.count[]
265-
'PostgreSQL transactions: total': pgsql.transactions[total]
266-
'PostgreSQL blocks: hit': pgsql.blocks[hit]
267-
'PostgreSQL blocks: read': pgsql.blocks[read]
268+
'PostgreSQL: transactions total': pgsql.transactions[total]
269+
'PostgreSQL: blocks hit': pgsql.blocks[hit]
270+
'PostgreSQL: blocks read': pgsql.blocks[read]
268271
'PostgreSQL event: conflicts': pgsql.events[conflicts]
269272
'PostgreSQL event: deadlocks': pgsql.events[deadlocks]
270273
'PostgreSQL event: rollbacks': pgsql.events[xact_rollback]
274+
'PostgreSQL event: checksum_failures': pgsql.events[checksum_failures]
271275
'PostgreSQL temp: bytes written': pgsql.temp[bytes]
272276
'PostgreSQL temp: files created': pgsql.temp[files]
273277
'PostgreSQL tuples: deleted': pgsql.tuples[deleted]

0 commit comments

Comments
 (0)