diff options
author | Christopher Baines <mail@cbaines.net> | 2016-03-01 08:31:19 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-03-01 08:31:19 +0000 |
commit | 5b70ef42ccf8217436d804d91b8337292a291ee3 (patch) | |
tree | 435e3aa293b236a7a82cf8dc964fb158835587a4 | |
parent | 16f2cafa899a05ff5ebd5d438375d17c96646c7d (diff) | |
download | prometheus-pgbouncer-exporter-5b70ef42ccf8217436d804d91b8337292a291ee3.tar prometheus-pgbouncer-exporter-5b70ef42ccf8217436d804d91b8337292a291ee3.tar.gz |
Add the port to the example config file
-rw-r--r-- | prometheus-pgbouncer-exporter.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prometheus-pgbouncer-exporter.conf b/prometheus-pgbouncer-exporter.conf index 7f8cbfd..c63ac23 100644 --- a/prometheus-pgbouncer-exporter.conf +++ b/prometheus-pgbouncer-exporter.conf @@ -8,6 +8,9 @@ # Host on which to expose metrics #host = 0.0.0.0 +# Port on which to expose metrics +#port = 9127 + # Port to connect to pgbouncer #pgbouncer-port = 6432 |