juttle-influx-adapter
Advanced tools
Changelog
0.6.0
Released 2016-03-10
Requires Juttle Adapter API 0.5.2.
Improved performance of writes to InfluxDB.
Changelog
0.5.1
Released 2016-02-29
Changelog
0.5.0
Released 2016-02-24
Requires Juttle 0.5.0.
Juttle is no longer included in peerDependencies
, so manual installation is required.
InfluxDB 0.10 support.
limit
and offset
options were removed and head
and tail
procesors should
be used to paginate the stream. Also, head
and tail
are now optimized by read
.
Writing null
values now results in an error.
Changelog
0.4.0
Released 2016-02-03
Requires Juttle 0.4.0.
Naming change - concept of a 'measurement' is consolidated under 'name'.
In read, measurements
option was removed in favor of filtering using name
.
In both read and write measurementField
option was renamed to nameField
and its default set to 'name'.
In write, measurement
option was no longer needed and removed.
See README.md for examples and updated list of options.