aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
1 files changed, 0 insertions, 33 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 19eedd2..0000000
--- a/debian/control
+++ /dev/null
@@ -1,33 +0,0 @@
-Source: prometheus-pgbouncer-exporter
-Section: net
-Priority: optional
-Maintainer: Christopher Baines <mail@cbaines.net>
-Homepage: http://git.cbaines.net/prometheus-pgbouncer-exporter/
-Build-Depends: debhelper (>= 9),
- dh-systemd,
- dh-python,
- help2man,
- python3-all,
- python3-setuptools,
-# Used when generating the manpage
- python3-psycopg2,
- python3-configargparse,
- python3-prometheus-client,
-Standards-Version: 3.9.6
-X-Python3-Version: >= 3.2
-
-Package: prometheus-pgbouncer-exporter
-Architecture: all
-Depends: ${misc:Depends},
- ${python3:Depends},
- python3-configargparse,
- python3-prometheus-client,
- python3-psycopg2,
- python3-pkg-resources,
-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.