aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-01-16 20:56:27 +0000
committerChristopher Baines <mail@cbaines.net>2016-01-16 20:57:40 +0000
commitdf7abb3f26111439153c4e1ccd023b16a8c9d3f5 (patch)
treefc831f2e7c3d8b3c4c2f82adc49e8eab27d5a0cd
parentb5fb8781d2a0babd82fd7667be523aa14149ef1d (diff)
downloadprometheus-pgbouncer-exporter-df7abb3f26111439153c4e1ccd023b16a8c9d3f5.tar
prometheus-pgbouncer-exporter-df7abb3f26111439153c4e1ccd023b16a8c9d3f5.tar.gz
Reflow and fix description
Reflow, change DATABASE to DATABASES and comand to command.
-rw-r--r--debian/control6
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.