summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/pgbouncer.conf
blob: de4f2dc94341eb85c46106e67662751fec2b598c (plain)
1
2
3
4
5
6
7
8
## All available configuration options, their descriptions and default values:
## https://github.com/netdata/netdata/tree/master/src/go/collectors/go.d.plugin/modules/pgbouncer#readme

jobs:
  - name: local
    dsn: 'host=/tmp dbname=pgbouncer user=postgres port=6432'
#  - name: local
#    dsn: 'postgres://postgres:postgres@127.0.0.1:6432/pgbouncer'