How to Install prometheus-pgbouncer-exporter in Ubuntu 18.04



Install prometheus-pgbouncer-exporter by entering the following commands in the terminal:

sudo apt update
sudo apt install prometheus-pgbouncer-exporter

Description:

Export metrics from pgbouncer to Prometheus

This is a simple exporter for PgBouncer that makes several metrics available to Prometheus. . Metrics are exported from the SHOW LISTS, STATS, POOLS and DATABASES command output. For the full list, see the prometheus_pgbouncer_exporter/collectors.py file.

Homepage: http://git.cbaines.net/prometheus-pgbouncer-exporter/

Version: 1.7-1

Section: universe/net