Hi,
I’m using Grafana to visualize data gathered by a telemetry system.
We record time in miliseconds as relative values in the database. I would like Graph plugin to show the data as Time Series, as a continuous line (not bars), and to be able to show graph of one query on top of others for easy comparison.
My initial idea is to somehow modify the Graph plugin or datasource plugin to add the relative time to absolute time value (eg. from now() SQL function), but perhaps that’s not an ideal solution.
What is the best way to show such data in Grafana?