InfluxDB instance
InfluxDB can be run locally or in the cloud.Basic config
Basic configuration includes the server connection details:Data format
The InfluxDB data exporter accepts only dictionaries as messages following a specific format:data
field. The following messages are valid:
- The default measurement name is
default
and can be configured in the yaml file.
- The default time timestamp is the current time of execution.
- The default tags are none.
data
part of the message is taken for the fields elements.
If the data is a scalar value or a list type it will be written to the database with the field name _value
.