- What Grafana version and what operating system are you using?
Grafana 10.0.3 docker container
( & InfluxDb 2.7.1 docker container)
- What are you trying to achieve?
My graphs (and such) to show up correctly
- How are you trying to achieve it?
By using the grafana query builder for InfluxQl
- What happened?
The time is off. The first 2 hours of my graph (various graph types) don’t show up. I also see that the query returns points 2 hours into the future if I add a ‘group by time(10m)’ for example.
- What did you expect to happen?
I expected it to work…
- Can you copy/paste the configuration(s) that you are having problems with?
Nothing special. Query:
SELECT “a” FROM “bucket” WHERE $timeFilter GROUP BY “b”::tag ORDER BY time DESC
- What did I try?
I tried setting the time zone in grafana (top right) to UTC+2 (my timezone), UTC, and even UTC-4 (because why not) but with ANY of these, the first 2 hours don’t show up. Also, when looking at the table view I see that the points returned are shown in my local (UTC+2) time (even when selecting UTC time in grafana, which I felt was weird).
I also just tried messing around with the query builder and stuff, but nothing worked. Even using the timezone option in the query builder seemed to have no effect, even when using various different timezones in there.
Other than that I tried googling ofcourse, which is why I will say this: The timestamps in my InfluxDb ARE UTC!