Failing to query faster than 5s #935
Replies: 3 comments 1 reply
-
I have a similar request. I want the queries to rerun automatically at a set frequency, independently of the dashboard refresh rate. Is there a way to do this? |
Beta Was this translation helpful? Give feedback.
-
Sorry. Nope the plugin don't control the refresh but grafana. So you can configure minimum refresh interval in grafana config |
Beta Was this translation helpful? Give feedback.
-
Apologies, I know the whole dashboard can be refreshed automatically but I want individual queries to run at different times. According to this page https://grafana.com/docs/grafana/latest/dashboards/use-dashboards/ the queries should be able to be set to a schedule
|
Beta Was this translation helpful? Give feedback.
-
The plugin is only requerying when I refresh the dashboard (or set the dashboard to auto refresh). As a test, I'm currently trying to get it to query the current time from a Flask API at a rate faster than 5s (the fastest auto refresh rate).
Here is my configuration for the Infinity panel:
I am using Version 2.9.2 of Infinity. I am running Grafana via the docker enterprise image https://hub.docker.com/r/grafana/grafana-enterprise
Beta Was this translation helpful? Give feedback.
All reactions