What are you trying to achieve?
I’m using Grafana via grafana.com and I have data that looks like this:
when I put it in the bar gauge it looks like this
I would like the bar length to indicate a ratio of how long until the time (and bar be gone when time has passed)
How are you trying to achieve it?
I’ve tried just about every transform I can think of so far. I’m using an override on the bar gauge to make it show “from now”. My working hypothesis is that I need to do the conversion via a transform so I have an integer number of minutes instead of a date/time… but I can’t figure out how to do that. Any suggestions welcome!
I want to add here. This is instant data from the Infinity data source. It’s an API so it’s can’t change the source data like I could with a SQL query.