PostgreSQL Integration - Setup & Installation Docs | Middleware
.yaml
file containing database credentials like the below example:
/home/ubuntu/postgres_creds.yaml
postgresql
data source to view a full list of available PostgreSQL data.
Metric | Description |
---|---|
postgresql.backends | Number of backends |
postgresql.bgwriter.buffers.allocated | Number of buffers allocated |
postgresql.bgwriter.buffers.writes | Number of buffers written |
postgresql.bgwriter.checkpoint.count | Number of checkpoints performed |
postgresql.bgwriter.duration | Total time spent in checkpoint processing writing and syncing files to disk, in milliseconds |
postgresql.bgwriter.maxwritten | Number of times the background writer stopped a cleaning scan because it had written too many buffers |
postgresql.blocks_read | Number of disk blocks read |
postgresql.commits | Number of transactions that have been committed |
postgresql.connection.max | Configured maximum number of client connections allowed |
postgresql.database.count | Count of databases in a cluster |
postgresql.db_size | Database disk size |
postgresql.index.scans | Number of index scans on a table |
postgresql.index.size | Size of the index on disk |
postgresql.operations | Number of db row operations |
postgresql.rollbacks | Number of rollbacks |
postgresql.rows | Number of rows in the database |
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 been manually vacuumed |
Missing Integrations Menu