Hi,
I am have many panels in grafana, But when i set the refresh time to 30s it does not change the data of my panels. Please help me how i can fix them i will be very thankful to you guys
@yosiasz Please take a look
The usual questions:
Version of grafana
Data source
And show us your query,
@yosiasz
grafana version 9.0.5
datasource: JSON API
my query is very simple
$.Items[*].agentsReady
i am also attaching a screen shot of my grafana dashboard
as you can see that call is sent within 30 seconds but the query that i have wrote in the penals is not sent in 30 seconds it takes 4 to 5 minuts to be sent
But where have you configured the 30 s interval. We dont see that
@yosiasz Here i marked
@usman.ahmad @yosiasz please have a look and help me to solve that problem
Are you sure you mean that ?
if your query take takes “4 to 5 minuts to be sent” how you expect to get result in 30s ?
did you wait 5 min and 30 sec to be sure it’s working ?
no i mean to say that grafana did not sent for example: getTopBar in 30 seconds from grafana it is sent in 3 to 4 minutes sometimes 5. i want when grafana refresh it also call my api’s as it is refreshed
getTopBar in 30 seconds from grafana it is sent in 3 to 4 minutes sometimes 5.
this is not clear mate, you mean refresh rate is not good ?
how much time take to refresh all your board ?
could be that the issue ? i thinks it’s take 30 sec to reload between query execution *
that’s make difference
Let me check, I will inform you as i tested