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.