diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e41fa60 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: prometheus-pgbouncer-exporter +Section: net +Priority: optional +Maintainer: Christopher Baines <mail@cbaines.net> +Build-Depends: debhelper (>= 9), + dh-systemd, + dh-python, + python3-all, + python3-setuptools, +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 DATABASE comand + output. For the full list, see the prometheus_pgbouncer_exporter/collectors.py + file. |