diff options
author | Christopher Baines <mail@cbaines.net> | 2016-01-16 20:44:47 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-01-16 20:54:48 +0000 |
commit | b5fb8781d2a0babd82fd7667be523aa14149ef1d (patch) | |
tree | b91137ce493364593d3106fbebe2073f9f889578 /prometheus_pgbouncer_exporter | |
parent | 103d4cf81620831b1943851ac66d206366ab31cb (diff) | |
download | prometheus-pgbouncer-exporter-b5fb8781d2a0babd82fd7667be523aa14149ef1d.tar prometheus-pgbouncer-exporter-b5fb8781d2a0babd82fd7667be523aa14149ef1d.tar.gz |
Correct command
Diffstat (limited to 'prometheus_pgbouncer_exporter')
-rw-r--r-- | prometheus_pgbouncer_exporter/exposition.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prometheus_pgbouncer_exporter/exposition.py b/prometheus_pgbouncer_exporter/exposition.py index 12048fa..0774e9a 100644 --- a/prometheus_pgbouncer_exporter/exposition.py +++ b/prometheus_pgbouncer_exporter/exposition.py @@ -36,7 +36,7 @@ index_page = """ </p> <p> - Metrics are exported from the SHOW LISTS, STATS, POOLS and DATABASE comand + Metrics are exported from the SHOW LISTS, STATS, POOLS and DATABASES comand output. </p> |