% erl-influx changelog
- Add
influx:enqueue_point/2
. - Always add the hostname as tag
host
for all points.
- Fix handling of unknown
gen_server
calls.
influx_client:start_link/2
andinflux_client:enqueue_point/2
now accept client identifiers instead of client references.
- Replace gun by erl-mhttp.
- Send points every 2.5 seconds by default, instead of every second.
- The default option map is now
#{}
.influx_client:default_options/0
is therefore useless and has been removed.
- Fix type specification in the
influx_memory_probe
module.
- Fix various type specifications.
First public version.