InfluxDB client has a batch argument, but unfortunately, it assumed you already have a list/batch saved rather than handling the queueing/batching for you.
This PR adds a simple list based batch ontop of the influxDB client to ensure proper batching, which should avoid making large amounts of InfluxDB write calls.
InfluxDB client has a batch argument, but unfortunately, it assumed you already have a list/batch saved rather than handling the queueing/batching for you.
This PR adds a simple list based batch ontop of the influxDB client to ensure proper batching, which should avoid making large amounts of InfluxDB write calls.