I have started facing this problem from the past week or so, when I open my dashboard for the first time, it works fine, then I edit any of the panels and save it and click apply. Then all panels starts reloading
and this is where it gets hanged. Now if I try to edit anything else, it would never give the option to save it.
No matter how many time I reload the page now, my dashboard would be stuck at this loading grafana page
The only way I get able to solve this is by disconnecting my wifi closing the browser and then trying again, when I reconnect the wifi and reopen the browser it works fine.
But I can only edit one panel and it goes back to the hung state. This has become extremely annoying and time wasting, since after editing one panel I need to disconnect and reconect my wifi and shut down and reopen my browser. Anyone has any clues ? Is this some bug ?
What is your datasource? Is there a possibility that you are querying more datapoints now (vs a week ago when it was faster)? Has the availability of your datasource (across the Internet) changed in any way?
At least share the documentation of the api so that we might be able to install it on our side and try it. Otherwise not much we can do. So the issue does not sound like an infinity or grafana but how you are using the api.
Are you filtering it or passing some parameters to it?
Actually it not public, its an api internal to an organization which I cannot share.
But there are different APIs - not just one and it used to work fine with all those APIs in the starting, I have just increased the number of call that my grafana dashboard is now making.
Oh wait ! There is another dashboard which uses public api - I have around 4-5 dashboards - all of them are facing the same issue. I can share the api documentation for that, but I am sure its not the api which is causing the issue (since it used to work fine with those APIs)
I am using this api in another dashboard which is facing the same issue: Query a database
Yes I am passing query params and filtering the response data using UQL
Yes it works okay, which is why I mentioned it’s not the API
Like a month ago or so, plus it not one specific API which is causing issue, I above around 20 different apis, if I put only one of these into a grafana dashboard, the dashboard acts the same.
So how are we supposed to know you used postman just from the image? Did you use postman in the server hosting grafana and using that same wifi connection? Now hit that same api with identical parameters using grafana and looking at network tab or other means to see what performance stats look like.