InfluxDB Driver
Information
Loads information from InfluxDB databases.
Driver Info | Detail |
---|---|
Driver Type: | Historical |
Platforms: | All |
Performance Note
Although InfluxDB has an extremely impressive ingestion rate (meaning it can record very large numbers of properties quickly), it has a critical flaw when being used for industrial data - it can't show instantaneous values.
This means that if you've got a sample at 10:00 and another at 11:00, asking for data at 10:20-10:40 will give you no results.
Compensating for this issue causes queries to be significantly slower than they should be.
Driver Settings
Option | Description |
---|---|
Host | The IP/DNS address of your Influx server |
Port | The port to connect to |
Database | The name of the Influx database/organisation |
Username | The username to use to connect |
Password | The password that goes with the above username |
Series | The name of the default series to query - ie 'measurement' |
Filter | A filter expression to be added to every query (optional) |
Point Settings
Option | Description |
---|---|
Field | The name of the InfluxDB field |
Tagged As | The set of tags to search for |
Series | The name of the series. If blank, uses the default for the source |
For example…
Field: Current
Tagged As: source=power_meter_1
Series: Phase A