| postgresql.backends | The number of backends. | |
| postgresql.bgwriter.buffers.allocated | Number of buffers allocated. | |
| postgresql.bgwriter.buffers.writes | Number of buffers written. | source: backend |
| postgresql.bgwriter.buffers.writes | Number of buffers written. | source: backend_fsync |
| postgresql.bgwriter.buffers.writes | Number of buffers written. | source: checkpoints |
| postgresql.bgwriter.buffers.writes | Number of buffers written. | source: bgwriter |
| postgresql.bgwriter.checkpoint.count | The number of checkpoints performed. | type: scheduled |
| postgresql.bgwriter.checkpoint.count | The number of checkpoints performed. | type: requested |
| postgresql.bgwriter.duration | Total time spent writing and syncing files to disk by checkpoints. | type: sync |
| postgresql.bgwriter.duration | Total time spent writing and syncing files to disk by checkpoints. | type: write |
| postgresql.bgwriter.maxwritten | Number of times the background writer stopped a cleaning scan because it had written too many buffers. | |
| postgresql.blks_hit | Number of times disk blocks were found already in the buffer cache. | |
| postgresql.blks_read | Number of disk blocks read in this database. | |
| postgresql.blocks_read | The number of blocks read. | source: heap_read |
| postgresql.blocks_read | The number of blocks read. | source: heap_hit |
| postgresql.blocks_read | The number of blocks read. | source: idx_read |
| postgresql.blocks_read | The number of blocks read. | source: idx_hit |
| postgresql.blocks_read | The number of blocks read. | source: toast_read |
| postgresql.blocks_read | The number of blocks read. | source: toast_hit |
| postgresql.blocks_read | The number of blocks read. | source: tidx_read |
| postgresql.blocks_read | The number of blocks read. | source: tidx_hit |
| postgresql.commits | The number of commits. | |
| postgresql.connection.max | Configured maximum number of client connections allowed | |
| postgresql.database.count | Number of user databases. | |
| postgresql.database.locks | The number of database locks. | |
| postgresql.db_size | The database disk usage. | |
| postgresql.deadlocks | The number of deadlocks. | |
| postgresql.function.calls | The number of calls made to a function. Requires track_functions=pl|all in Postgres config. | |
| postgresql.index.scans | The number of index scans on a table. | |
| postgresql.index.size | The size of the index on disk. | |
| postgresql.operations | The number of db row operations. | operation: hot_upd |
| postgresql.replication.data_delay | The amount of data delayed in replication. | |
| postgresql.rollbacks | The number of rollbacks. | |
| postgresql.rows | The number of rows in the database. | state: dead |
| postgresql.rows | The number of rows in the database. | state: live |
| postgresql.sequential_scans | The number of sequential scans. | |
| postgresql.table.count | Number of user tables in a database. | |
| postgresql.table.size | Disk space used by a table. | |
| postgresql.table.vacuum.count | Number of times a table has manually been vacuumed. | |
| postgresql.temp.io | Total amount of data written to temporary files by queries. | |
| postgresql.temp_files | The number of temp files. | |
| postgresql.tup_deleted | Number of rows deleted by queries in the database. | |
| postgresql.tup_fetched | Number of rows fetched by queries in the database. | |
| postgresql.tup_inserted | Number of rows inserted by queries in the database. | |
| postgresql.tup_returned | Number of rows returned by queries in the database. | |
| postgresql.tup_updated | Number of rows updated by queries in the database. | |
| postgresql.wal.age | Age of the oldest WAL file. | |
| postgresql.wal.delay | Time between flushing recent WAL locally and receiving notification that the standby server has completed an operation with it. | operation: write |
| postgresql.wal.delay | Time between flushing recent WAL locally and receiving notification that the standby server has completed an operation with it. | operation: flush |
| postgresql.wal.delay | Time between flushing recent WAL locally and receiving notification that the standby server has completed an operation with it. | operation: replay |