Data Disappearing

  • What Grafana version and what operating system are you using?
    Grafana Cloud

  • What are you trying to achieve?
    A state timeline that gives me an accurate view of my data.

  • How are you trying to achieve it?
    My state timeline is set up exactly how I want it, but the data keeps disappearing. There are supposed to be 8 states, but only 6 are currently being displayed. Also, I’ve had these states set up for weeks. Why is the data from the middle two sections not fully displaying? I’ve been told to turn “connect null valves” to always which I’ve already done and nothings improved.

  • What happened?
    The data for my state timelines will disappear for seemingly no reason. I think it’s because their statuses haven’t changed in for some time, but I still want their status to be displayed even if it’s been constant.

  • What did you expect to happen?
    I expect to be able to see all of my data.

Please help!

Hello @izw what datasource you are using?

InfluxDB specifically with SODA.

For anyone wondering, I was able to find a work around on GitHub. If you turn your query into “Raw Query Mode”, you can replace $timeFilter with time > ${__from}ms - 7d and time < ${__to}ms.

This, in theory, will query backwards 7d prior to the from timestamp, so you should get any states that started up to 7 days prior to the zoomed range.

It’s not perfect - my legends a little messed up since it includes now every value state over the last 7 days - but it gave me back my data which is most important.