Module: PG_EXPORTER
PG Exporter 1.4 Documentation
The ultimate monitoring experience for PostgreSQL with 600+ metrics, declarative configuration, and dynamic planning capabilities. Get Started | GitHub | Live Demo Features Feature Description Comprehensive Metrics 600+ metrics covering nearly every …
The ultimate monitoring experience for PostgreSQL with 600+ metrics, declarative configuration, and dynamic planning capabilities. Get Started | GitHub | Live Demo Features Feature Description Comprehensive Metrics 600+ metrics covering nearly every …
Release Notes
The latest stable version of pg_exporter is v1.4.1 Version Date Summary GitHub v1.4.1 2026-07-29 Subscription count and label validation fixes; RPM rename v1.4.1 v1.4.0 2026-07-18 Snapshot histograms, pg_xact_age collector, HTTP hardening v1.4.0 …
The latest stable version of pg_exporter is v1.4.1 Version Date Summary GitHub v1.4.1 2026-07-29 Subscription count and label validation fixes; RPM rename v1.4.1 v1.4.0 2026-07-18 Snapshot histograms, pg_xact_age collector, HTTP hardening v1.4.0 …
Deployment
This page covers what it takes to run pg_exporter in production: process arguments and environment variables, monitoring user and credential management, the systemd / Docker / Kubernetes deployment forms, pgBouncer and auto-discovery, plus scrape and …
This page covers what it takes to run pg_exporter in production: process arguments and environment variables, monitoring user and credential management, the systemd / Docker / Kubernetes deployment forms, pgBouncer and auto-discovery, plus scrape and …
API Reference
pg_exporter exposes four kinds of HTTP endpoints on its listen port (default :9630): metrics, health checks, traffic routing, and operational management. The full endpoint list: Endpoint Method Description /metrics GET Prometheus metrics endpoint …
pg_exporter exposes four kinds of HTTP endpoints on its listen port (default :9630): metrics, health checks, traffic routing, and operational management. The full endpoint list: Endpoint Method Description /metrics GET Prometheus metrics endpoint …
Configuration
Every business metric in pg_exporter is driven by a YAML collector definition: one SQL query plus its execution conditions (version, role, tags, predicates) and runtime controls (caching, timeout). This page is the complete reference for collector …
Every business metric in pg_exporter is driven by a YAML collector definition: one SQL query plus its execution conditions (version, role, tags, predicates) and runtime controls (caching, timeout). This page is the complete reference for collector …
Installation
pg_exporter can be installed via Pigsty, YUM/APT repositories, GitHub release packages (RPM/DEB/Tarball), Docker images, or built from source — pick whichever fits your infrastructure. Pigsty The easiest way to get started with pg_exporter is to use …
pg_exporter can be installed via Pigsty, YUM/APT repositories, GitHub release packages (RPM/DEB/Tarball), Docker images, or built from source — pick whichever fits your infrastructure. Pigsty The easiest way to get started with pg_exporter is to use …
Getting Started
This page is the shortest path: install pg_exporter, connect it to a PostgreSQL instance, verify metrics output, and hook it into Prometheus. You only need two things: a reachable PostgreSQL 10-19+ (or pgBouncer 1.8+) instance, and permission to …
This page is the shortest path: install pg_exporter, connect it to a PostgreSQL instance, verify metrics output, and hook it into Prometheus. You only need two things: a reachable PostgreSQL 10-19+ (or pgBouncer 1.8+) instance, and permission to …