Closed justinvdm closed 5 years ago
Woops, sorry for missing this, and thank you for the quick reply.
Thank for finding out the details. I am unable to load the grafana diff due to timeout. Can you point to the commit that changed this behaviour ? It doesn't seem documented
thank you @justinvdm
MetaQueriesDatasource
appears to rely on thename
property being assigned in order to tell whether it is dealing with itself, or with a different data source.Since
6.3
however, grafana seems to no longer assignname
.As a result, this logic branch is never reached, and the
MetaQueriesDatasource
instance ends up calling.query
on itself indefinitely.