Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 953 Bytes

options.md

File metadata and controls

25 lines (19 loc) · 953 Bytes

Configuration Options Reference for pg_influx

To load the extension on startup, add it to shared_preload_libraries in the configuration file. In addition, the following options are supported.

influx.workers
Number of workers to spawn when starting up. Defaults to 4.
influx.service
Service or port to listen on. If it is a service name, it will be looked up in services. Defaults to 8089, which is the default InfluxDB port for UDP.
influx.database
Database name for the worker to connect to.
influx.role
Role name for the worker to connect to the database as. Defaults to use the superuser.
influx.schema
Schema where the metric tables are located.