I used CLI comman to write csv into influxDB v2.0, and my csv file is as below.
But all the time displayed on influxDB is 8:00, which leads to data is overwrited and only one data is displayed. The problem seems that the time data is unconditionally rounded to the hour unit, but I have specified the time precision = ns. How can I solve this problem?
The influx write part is OK, ns precision is always expected when you have CSV data with timestamps on input. The query that is run by web UI by default aggregates the results in time windows. Click the Script Editor button in the UI to take a look of what is exactly being executed. It is probably this: