fluxter
fluxter copied to clipboard
High-performance and reliable InfluxDB writer for Elixir
similar to this https://hexdocs.pm/telemetry_metrics/Telemetry.Metrics.html#module-reporters
This PR addresses an #6 There is a stale PR #24 that seems abandoned. The current PR is based on that work by @jbavari and @ebostijancic and addresses comments left...
@lexmag - first of all, thanks for this awesome library! This PR addresses an issue posted here: https://github.com/lexmag/fluxter/issues/6. I saw the issue was tagged as 'help wanted', so here's your...
UDP listener got unified with TCP listener, and now it also supports Unix domain sockets: https://github.com/influxdata/telegraf/tree/59bb31e7651e14fd7694b678a3a8cbd169788d5a/plugins/inputs/socket_listener
InfluxDB line protocol supports the timestamp attribute, please add it: more information. https://docs.influxdata.com/influxdb/v0.9/write_protocols/line/#timestamp
I'm getting this error when compiling my app : ``` warning: Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead lib/fluxter.ex:287: MyApp.Fluxter ``` I compile my projects with `mix...
Seems like there is an issue with pushing data on OTP 26. Don't have the details yet but I thought post it here to save people time. I'll update the...