Add pgbouncer input plugin (#3918)

This commit is contained in:
Loïc Blot
2018-08-02 00:44:10 +02:00
committed by Greg
parent e1160c26bc
commit 429d14101a
11 changed files with 311 additions and 1 deletions

View File

@@ -283,6 +283,7 @@ func init() {
MaxLifetime: internal.Duration{
Duration: 0,
},
IsPgBouncer: false,
},
}
})