Problem with Influx Query

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

strange, what version of InfluxDB are you using?

Hello,

I’m using version 1.7.3 of InfluxDB with the native plugin of Grafana

Hello,

I changed the plugin in order to not put ms inside the query but I don’t know how to recompile the plugin so Grafana takes account my modification.

Can someone explain me how can I proceed?