# PgBouncer connection string used by pgbouncer-exporter.
#
# Format:
# postgres://USER:PASSWORD@HOST:PORT/pgbouncer?sslmode=disable
#
# Upstream default:
# postgres://postgres:@localhost:6543/pgbouncer?sslmode=disable
#
# Example with authentication:
# PGBOUNCER_EXPORTER_CONNECTION_STRING="postgres://monitor:password@127.0.0.1:6543/pgbouncer?sslmode=disable"

PGBOUNCER_EXPORTER_CONNECTION_STRING="postgres://postgres:@127.0.0.1:6543/pgbouncer?sslmode=disable"

# pgbouncer-exporter listens on :9127 by default.
# Metrics endpoint:
# http://127.0.0.1:9127/metrics
