# Connection string for PgBouncer. Include a username and password for a
# PgBouncer user with stats or admin permissions, as described in
# /usr/share/doc/prometheus-pgbouncer-exporter/README.Debian

# PGBOUNCER_EXPORTER_CONNECTION_STRING='postgres://username:password@localhost:6432/pgbouncer?sslmode=disable'
PGBOUNCER_EXPORTER_CONNECTION_STRING=''

# Set the additional command-line arguments to pass to the server.
# Due to shell escaping, to pass backslashes for regexes, you need to double
# them (\\d for \d). If running under systemd, you need to double them again
# (\\\\d to mean \d), and escape newlines too.
ARGS=''
