Re: [influxdb] Multiple points not getting written to influxdb

2016-09-09 Thread indranilr
d this, you need to explicitly supply timestamps (preferred) or > write the points in separate batches so they will inherit unique nanosecond > timestamps. Note that not batching writes will lead to significantly > reduced write throughput, due to the high HTTP overhead. > > On Wed,

[influxdb] Multiple points not getting written to influxdb

2016-09-07 Thread indranilr
I am consuming messages from per-populated Kafka topic and trying to POST to influxdb (tried via telegraf and node.js client) but seeing that multiple POSTs issued in short span of time is not getting reflected in influxdb database.I wasn't sure if this is an actual bug or an issue with some