InfluxDB
Time series database.
system: storage provider: influxdb app ready introduced in v0.1
InfluxDB backend.
Provider will try to create a new database upon startup.
WARN Provider won't change retention policy of the existing database.
Configuration options
Param | Required | Type | Default | Description |
---|---|---|---|---|
address | yes | string | InfluxDB server address | |
username | yes | string | Username for InfluxDB connection | |
password | yes | string | Password for InfluxDB connection | |
database | yes | string | Database to use | |
retention | string | 7d |
Retention policy duration for the database. You can check format here | |
batchSize | int | 10 |
Number of records to store in-memory before performing a transaction |