You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
I've tried to look into the things arriving within the onResponseReceived callback coming from hooking into ds-request-response and would like to report about my findings.
While I thought I might be able to deduce the position of the metrics query (A, B, ...) through looking at things like
In fact, it looks like onResponseReceived is invoked four(!) times while I've expected just two invocations.
When investigating these objects, I found that the response data from refId: A vs. refId: B, it looks like they are not correlated to the metric queries A vs. B at all.
So, the behavior of populating this.dataPreview is not deterministic at all. The last response will be used, no matter what.
Result: response preview panels override each other's values.
The text was updated successfully, but these errors were encountered: