Fluxter v0.3.1—an InfluxDB writer for Elixir—has been released
New version supports “batching”: a batch is a metric aggregator designed to locally aggregate an numeric value and flush the aggregated value only once to the storage, as a single metric.
This is very useful when you have the need to write a high number of metrics in a very short amount of time. Doing so can have a negative impact on the speed of your code and can also cause network packet drops.
Read next Elixir's Behaviours vs Protocols