When sending a timestamp along with a point InfluxDb will assume you're sending nanoseconds unless told otherwise. We are defaulting to seconds, but you can also overwrite that when instantiating the API if you'd like.
Also a minor refactor to move the maximum number of lines per send to the abstract class, rather than specifying it on a per measurement basis.
When sending a timestamp along with a point InfluxDb will assume you're sending nanoseconds unless told otherwise. We are defaulting to seconds, but you can also overwrite that when instantiating the API if you'd like.
Also a minor refactor to move the maximum number of lines per send to the abstract class, rather than specifying it on a per measurement basis.