Vonage / Grafana_Status_panel

A panel plugin for Grafana to monitor multiple parameters at once
Other
178 stars 108 forks source link

Panels do not load on dashboard load #83

Open scjoiner opened 6 years ago

scjoiner commented 6 years ago

We have a Grafana dashboard with 72 status panels with 2 queries each. When the dashboard is loaded, only the first 24 panels populate and the rest are grayed out. Hitting the Grafana refresh forces the rest to load.

Grafana v. 4.3.0b1

screen shot 2017-11-07 at 10 27 03 am
tomeram commented 6 years ago

Could you open your browser developer tools (F-12 on pc+chrome) and make sure that these queries are not timing out?

In chrome, you would see it in the developer tools network tab.

if that is the case, this is probably a Grafana issue, since we do not handle the requests, we get the responses from Grafana and manipulate them