Hello,
When querying data points from an InfluxDB, i encountered some issues.
Using query inspector I have this Query :
“SELECT mean(“value”) FROM “acc_2_min” WHERE (“sender” = ‘nucdaq3’) AND time >= 1547889415000ms and time <= 1547889416000ms GROUP BY time(1s) fill(null)”
Thiq query doesn’t return anything despite havig data in this time range.
Strangely when I edit my query with toggle edit mode and remove the “ms” after the timestamp, Grafana is able to get data but with some strange timestamp
And of course the Graph is not able to plot it because the datapoints are not in the timerange.
Thank you