Hi everyone,
I’m working on a dashboard with multiple time series panels in Grafana, but I need each panel to display a different timeframe in order to showcase some pressure tests we ran with our pneumatic conveyors.
Here’s the challenge:
- The timeframes for the panels need to overrule the dashboard’s time picker.
- They also need to be set using absolute timestamps (rather than relative time settings like in the Query options).
I know that I can adjust the InfluxQL query to fetch data between specific timestamps (from Time A to Time B), but that doesn’t change the time axis or the panel frame. The panel will always use the dashboard’s timepicker (or relative time override), which is not what I need.
I’ve been trying to solve this for years, gave up, and came back to the issue recently — but I still can’t find a clean solution.
Details:
- I’m using InfluxDB as my data source with InfluxQL query builder.
- Grafana version: 11.3.2
Has anyone successfully implemented a setup where each panel can have its own independent absolute timeframe? If so, how did you do it?
Thanks in advance for any help or suggestions!
5 posts - 2 participants