Add pgbouncer input plugin (#3918)
This commit is contained in:
@@ -283,6 +283,7 @@ func init() {
|
||||
MaxLifetime: internal.Duration{
|
||||
Duration: 0,
|
||||
},
|
||||
IsPgBouncer: false,
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
@@ -17,6 +17,7 @@ func queryRunner(t *testing.T, q query) *testutil.Accumulator {
|
||||
"host=%s user=postgres sslmode=disable",
|
||||
testutil.GetLocalHost(),
|
||||
),
|
||||
IsPgBouncer: false,
|
||||
},
|
||||
Databases: []string{"postgres"},
|
||||
Query: q,
|
||||
|
||||
Reference in New Issue
Block a user