Grafana query interval

Hi ,

I am using grafana 10.3.3

I have a single panel where I am showing multi-frame time-series data.

The moment I change my drop -down selection, the query ( REST call to the back end ) gets triggered and update the panel.

My requirement is to delay this query triggering by 2 mins.

Is there any configuration parameter available to grafana to control this ?

How to achieve this?

Any pointers?

Thanks,
Nilanjan

which plugin are you using to make the rest api call?

Hi ,

I am using Infinity plugin …

Thanks,
Nilanjan

1 Like

There is no delay functionality in that plugin

Maybe you can use JavaScript to do the delay with this plugin