Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Ability to lock time range on panel, independent of dashboard time #11552

Open
icebawkz opened this issue Apr 10, 2018 · 5 comments

Comments

@icebawkz
Copy link

What Grafana version are you using?

Grafana v5.0.3 (commit: 91162f3)

What datasource are you using?

InfluxDB

What OS are you running grafana on?

Ubuntu

I would like the ability to lock a panel into a specific time range, not a relative time shift of the dashboard's time. For example: we use Grafana to visualize patching statistics and we are interested in how each deployment performs over the first X days of it's deployment. To accomplish this for January Patches I utilize both the Time Shift and Relative Time override

image

The issue with this is that the panel itself is set to display all the information for the year so far, as it updates on a daily basis:

image

The leads to an issue wherein if the dashboard time changes, since the panel time range is a modification of the dashboard time, it is now presenting a different time range than what we want to see.

What I get now is a panel starting at now() - 50d and ending at now() - 50d + 35d

What I want is a panel starting at January 1st, 2018 00:00:00 and ending at January 1st, 2018 00:00:00 + 35d

Without this, I need to update the dashboard daily which is cumbersome and defeats the purpose of having this display be automated at all.

@GlobularSet
Copy link

I also have use cases where we stretch multiple panels across day boundaries for a global view and I would prefer have fully independent X axis time controls on a per panel basis. Zooming on individual points also generally causes pain here due to time shifts, and we have different total time durations per region which means several of the graphs don't utilize the full graph space.

Our current work around is to NOT have a global view but instead rotate multiple dashboards, but it would be quite powerful to unify under a single more usable dashboard with fully independent X axis controls.

@aldanor
Copy link

aldanor commented May 15, 2019

@icebawkz @GlobularSet Have you managed to figure anything out? Now facing this problem as well and surprised there's no trivial way to do such a trivial thing (or I'm missing something)...

@yurividal
Copy link

+1 for this feature. I can't see why this can't be an option.

@natellium
Copy link
Contributor

Somehow related #73434

@naman1507
Copy link

Is there a solution for this problem, I need to fix my panel's data irrespective of the dashboard's time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📝 Backlog
Development

No branches or pull requests

7 participants