diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index e41fa60..e93302b 100644 --- a/debian/control +++ b/debian/control @@ -19,9 +19,9 @@ Depends: ${misc:Depends}, 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. + 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 + 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. |