- What Grafana version and what operating system are you using?
Grafana Cloud - What are you trying to achieve?
Time series data displayed - How are you trying to achieve it?
Loading the data in a dashboard - What happened?
The date is interpolated weirdly - What did you expect to happen?
Less weird data interpolation - Can you copy/paste the configuration(s) that you are having problems with?
Below - Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
No - Did you follow any online instructions? If so, what is the URL?
No
I have some weird data visualisation issues I was wondering if anyone could help me with.
If I filter my SQL statement with WHERE ${__timefilter()} variable, there are weird anomalies in the data. If youzoom in to the time series the data is fine, but when viewing 2+ days there are graphical glitches. The dash is actually interpolating (skipping) data points (even though there aren’t too many datapoints to display) and I think that is causing the issue. If I remove the timefilter, it downloads all the data in the database (over a year), and then displays 2 days of data perfectly.
Does anyone have any ideas on what I can check? It works fine without the Timefilter but it is a bit slower and wasteful…