diff options
| author | Christopher Baines <mail@cbaines.net> | 2016-01-17 00:04:12 +0000 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2016-01-17 00:04:12 +0000 |
| commit | 8112fe546e3c78f0f3fb64324f9253bcd6b816eb (patch) | |
| tree | 64cfb611233562a2daa6f911cebe50449a4497b5 | |
| parent | 7558056a79f1974a459471ac174306487e660bb5 (diff) | |
| download | prometheus-pgbouncer-exporter-8112fe546e3c78f0f3fb64324f9253bcd6b816eb.tar prometheus-pgbouncer-exporter-8112fe546e3c78f0f3fb64324f9253bcd6b816eb.tar.gz | |
Readme fixes
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ 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. |