beatrice
beatrice

Reputation: 4401

Grafana custom time range for one panel only

I want to slide the panel graph for 5minute into the future, I know I can do this using 'Custom Range' at the top right of the screen and setting to 'to' field to 'now+5m' .

enter image description here

However this will be applied to all my panels.

Now..I want this for only a specific panel. What I have found is time range tab but it only allows to truncate the time but cant push forward it. enter image description here

Is there a way to use this only for one panel?

Upvotes: 2

Views: 6237

Answers (1)

beatrice
beatrice

Reputation: 4401

I have found a solution using addition: 0m+5m

Seems grafana doesnt substracts the value of the amount field from the current time as a whole

like timeshift-(Xm+Ym)

but performs the operations after each other

like timeshift-Xm+Ym

Could be a bug tbh.

Upvotes: 4

Related Questions