Currently, pgbouncer-exporter is using admin credentials used by pgbouncer container itself.
https://github.com/icoretech/helm/blob/e1f4a414d1014012ebb823bbb693a3482eedbfcd/charts/pgbouncer/templates/deployment.yaml#L144C9-L153
In some cases, when using AWS RDS database with master password managed by RDS itself, it may contain special characters which can cause the following golang error --> net/url: invalid userinfo
PR raised to add this feature --> #30