Source: prometheus-pgbouncer-exporter
Maintainer: Christopher Baines <mail@cbaines.net>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               help2man,
               python3-all,
               python3-configargparse,
               python3-prometheus-client,
               python3-psycopg2,
               python3-setuptools,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian/prometheus-pgbouncer-exporter
Vcs-Git: https://salsa.debian.org/debian/prometheus-pgbouncer-exporter.git
Homepage: http://git.cbaines.net/prometheus-pgbouncer-exporter/

Package: prometheus-pgbouncer-exporter
Architecture: all
Pre-Depends: ${misc:Pre-Depends},
# Depend on postgresql-common, as it creates the postgres user which the init
# script and service file are configured to run the service as
Depends: daemon,
         postgresql-common,
         python3-configargparse,
         python3-pkg-resources,
         python3-prometheus-client,
         python3-psycopg2,
         ${misc:Depends},
         ${python3:Depends},
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.
