@@ -251,23 +251,27 @@ Metrics: PostgreSQL
251
251
' PostgreSQL: size of files need to archive' : pgsql.archive_command[size_files_to_archive]
252
252
' PostgreSQL: count archived files' : pgsql.archive_command[archived_files]
253
253
' 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]
258
261
' PostgreSQL bgwriter: buffers written during checkpoints' : pgsql.bgwriter[buffers_checkpoint]
259
262
' PostgreSQL bgwriter: buffers written' : pgsql.bgwriter[buffers_clean]
260
263
' PostgreSQL bgwriter: number of bgwriter stopped by max write count' : pgsql.bgwriter[maxwritten_clean]
261
264
' PostgreSQL bgwriter: buffers written directly by a backend' : pgsql.bgwriter[buffers_backend]
262
265
' PostgreSQL bgwriter: times a backend execute its own fsync' : pgsql.bgwriter[buffers_backend_fsync]
263
266
' PostgreSQL bgwriter: buffers allocated' : pgsql.bgwriter[buffers_alloc]
264
267
' 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]
268
271
' PostgreSQL event: conflicts' : pgsql.events[conflicts]
269
272
' PostgreSQL event: deadlocks' : pgsql.events[deadlocks]
270
273
' PostgreSQL event: rollbacks' : pgsql.events[xact_rollback]
274
+ ' PostgreSQL event: checksum_failures' : pgsql.events[checksum_failures]
271
275
' PostgreSQL temp: bytes written' : pgsql.temp[bytes]
272
276
' PostgreSQL temp: files created' : pgsql.temp[files]
273
277
' PostgreSQL tuples: deleted' : pgsql.tuples[deleted]
0 commit comments