A Prometheus exporter for monitoring PostgreSQL server metrics, exposing database statistics, connection info, and query performance.
PostgreSQL Exporter is a Prometheus exporter for monitoring PostgreSQL database metrics. It collects internal metrics from PostgreSQL instances and exposes them at an HTTP endpoint that Prometheus can scrape.
PostgreSQL Exporter exports information about database connections, transactions, locks, replication status, table and index statistics, query performance, and more. It supports PostgreSQL versions 9.6 and later, and can be configured to monitor multiple databases and collect custom metrics using SQL queries.
For more details, visit https://github.com/prometheus-community/postgres_exporter.