I have a query in InfluxQL that returns some null or none values in the middle of valid values. But in the timeline of State Timeline Visualization where there should be an empty space, it appears to be filled by the last value registered before passing it to null or none.
Any help would be appreciated.
The query is as follows:
SELECT distinct(“PROC_RECIPE”) FROM “TEMP_VAC_SG170_M1_MS_SS” WHERE “PROC_ENB_DISB” = true AND $timeFilter GROUP BY time($__interval) fill(none) ORDER BY time DESC
Fastest time ever from question to solution, but the lesson to be learned here is:
Specify as much as you can in your forum question: Your query, the Grafana settings, any transformations being used, etc. That makes it way easier for anyone on these forums to hone in on any potential issue that is causing the problem.
If null values are not appearing on the state timeline, ensure that your data source settings are configured to include nulls. You might also need to adjust the timeline visualization settings to handle or display null values appropriately.