conduit exporters postgresql
ExporterConfig¶
key | type | description |
---|---|---|
connection-string | string | connectionstring is the Postgresql connection stringSee https://github.com/jackc/pgconn for more details |
max-conn | uint32 | max-conn specifies the maximum connection number for the connection pool.This means the total number of active queries that can be running concurrently can never be more than this. |
test | bool | test will replace an actual DB connection being created via the connection string,
with a mock DB for unit testing.
|
delete-task | util.PruneConfigurations | delete-task is the configuration for data pruning.
|