We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab368c8 commit 50e9acfCopy full SHA for 50e9acf
src/QueryEditor.tsx
@@ -58,6 +58,7 @@ const QueryEditor: React.FC<Props> = ({ datasource, query, range, onChange, onRu
58
const { spaceId, roomId, nodes: allNodes, dimensions, groupBy, contextId, filterBy, filterValue } = query;
59
60
const mySubscriber = (msg: any, data: any) => {
61
+ console.log({ data });
62
const { summary, view } = data?.data || {};
63
const { nodes = [], instances = [], labels = [] } = summary || {};
64
const { dimensions, units } = view || {};
0 commit comments