Hello,
I am working on a datasource that queries from a tool called Yamcs, which is a mission control telemetry software, in some cases, the telemetry queried could be in the past as they could be in the future. The idea we have in mind is when the time picker is set to “Last 5 minutes”, the panel should show the Last 5 minutes relative to the simulation time from the query, but since the time picker is common for all displays, we switched to the query option “time shift” which works when set up manually, but we would love to have it be set automatically from the datasource code / backend.
I flipped the whole Grafana github repository trying to find any cues for a field I could control, I found a few tracks but nothing worked, would love to hear if there are any known ways to override that time shift field, or to completely override the time interval of a display by code.
Thanks.