Hello everyone,
I’m just starting with influxdb. I did my first test inserting 30 data points via a line protocol file. I used 1s precision timestamps and found them rounded up to the next full hour ind the DB, all of them.
Any suggestion about my mistake very welcome.
If you are using the UI Data Explorer to review your data, all of the values are being windowed by default. The times will be different then what you expect. Go into the script editor and remove the aggregation line from the script. Your raw data will then be visible and hopefully you will see the times that you expect.