quickwit-datasource
quickwit-datasource copied to clipboard
Plugin freezes on hovering "Ad-hoc statistics" in explore view
When hovering over “Ad-hoc statistics”, the plugin freezes the browser. It happens occasionally, and I don't know how to reproduce it.
This part of the UI is completely controlled by Grafana. The IconButton doesn't trigger anything on hover except its tooltip, which has seen a dependency change in Grafana 10.4.0.
Need steps to reproduce reliably &| check against Grafana 10.4
Got a similar freeze/slow-down of the UI when using the "show this field" action on traces. Will investigate.
There is definitely an issue with the showField action. It won't freeze everytime, but fairly often. UI seems to go in a recursive update lock, choking the browser's GC.
Tested on Firefox 123.0.1
Can be reproduced with query editor components commented out.
Can't seem to reproduce it without the logsInfiniteScrolling feature toggle.
Likely fixed in Grafana 11, see https://github.com/grafana/grafana/issues/85202 and https://github.com/grafana/grafana/pull/84407