Hi,
it’s not really a problem just something weird or i’m seeing it wrong.
But if i write data to InfluxDB through a http post and i set my precision on ns it writes the 2 highest lines, but if i set my precision on ms it writes the lowest line (which has more data and the extra zero’s it produces you get the ns format). It should be the other way around and i double checked the data.
The command i use is the following:
http://localhost:8086/write?db=Test&precision=ms
http://localhost:8086/write?db=Test&precision=ns
Btw if i don’t set a precision it store it also like the 2 at top.
Kind regards,
Ward