aboutsummaryrefslogtreecommitdiff
path: root/prometheus-pgbouncer-exporter.conf
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-02-27 19:13:32 +0000
committerChristopher Baines <mail@cbaines.net>2016-02-27 19:13:32 +0000
commitef8a8355e8f402f3843121b07a9c22eee3c400aa (patch)
treedb9c9d7dfc94b2aab8be8c89fc816ee2e8afc1ba /prometheus-pgbouncer-exporter.conf
parent250b4fc30e384beda81bd9f06f1b5d467c8799da (diff)
parent16f2cafa899a05ff5ebd5d438375d17c96646c7d (diff)
downloadprometheus-pgbouncer-exporter-ef8a8355e8f402f3843121b07a9c22eee3c400aa.tar
prometheus-pgbouncer-exporter-ef8a8355e8f402f3843121b07a9c22eee3c400aa.tar.gz
Merge tag 'v1.6' into debian
Release 1.6
Diffstat (limited to 'prometheus-pgbouncer-exporter.conf')
-rw-r--r--prometheus-pgbouncer-exporter.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/prometheus-pgbouncer-exporter.conf b/prometheus-pgbouncer-exporter.conf
new file mode 100644
index 0000000..7f8cbfd
--- /dev/null
+++ b/prometheus-pgbouncer-exporter.conf
@@ -0,0 +1,24 @@
+# The configuration for the prometheus-pgbouncer-exporter can be specified in
+# the command line arguments, environmental variables, or a configuration file.
+#
+# By default, this file contains comments detailing some of the the default
+# configuration values. If you don't want to use the default, uncomment and
+# change the configuration value.
+
+# Host on which to expose metrics
+#host = 0.0.0.0
+
+# Port to connect to pgbouncer
+#pgbouncer-port = 6432
+
+# User to connect to pgbouncer with
+#pgbouncer-user = pgbouncer
+
+# Host on which to connect to pgbouncer, default is to connect to via a socket
+# to the local machine
+#pgbouncer-host =
+
+# Databases to report metrics for, if this is not specified, all metrics will
+# be reported. For example, if you want to export data from the pgbouncer and
+# test databases:
+#database = [pgbouncer, test]