Right now I’m using the Infinity data source plugin to pull CSVs from a server. I can’t post the exact schema but the CSV headers follow this format:
Time, field1, field2,.....etc
All of the columns are numbers, however I am having a bit of a problem with that as I mentioned in a different thread I started since the question is a bit unrelated: Automatically Treating All CSV columns as Numbers
That aside what I’m asking here I don’t think is super database dependent. I also toyed around with moving all the data to InfluxDB, but the problem is still the same. It seems Grafana has no concept of relative time, unless there is something I’m missing.