grafana / grafana-polystat-panel

D3-Based hexagon layout multi-stat panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite Loading

P4r4n01dB34r opened this issue · comments

Hi, after updating to the latest relead and updating grafana also to the latest release (10.0.0), the polystat panel keeps loading indefinetly without showing the polygons, while entering in editing mode of the panel i am able to see it.
polygon_indefinetly_loading
polygon_edit_mode

i'm not seeing this in g10 with v2.09 of polystat - could you share the query/panel being used?

It seemed to be a bad configuration of regex for overrides where if some queries were empty the group by transformation did not catch all the configured parameters for the transformation and prevent the rendereing of the dashboard with already defined regex. After modifying the group by transformation with only one group and after modifying the predefined regex now the dashboard is loading correctly

thanks for the follow up! one idea has been to add a tooltip to the overrides or some method to show the matches being captured, similarly for composites, that way the metric groupings are easier to determine.