You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current API doesn't support other precisions yet unfortunately. This will need some additional work, since it should maintain compatibility and not introduce hacks or other ugly APIs. But I'll keep this on the list, especially towards v2 support.
The influxDB docs recommend using the coarsest time precision possible. Would it be possible to add capability to specify time precision?
I have been able to change this manually by changing from nanoseconds to milliseconds in Point.cxx, but I don't know how to work this in with the templates.
https://docs.influxdata.com/influxdb/v2.0/write-data/best-practices/optimize-writes/#use-the-coarsest-time-precision-possible
The text was updated successfully, but these errors were encountered: