has anyone tried using node graph with Google Cloud Monitoring aka Stackdriver as a Datasource? experiencing challenges at the time of defining edges.
At the time of defining Nodes - i was able to use query below:
Outcome:
However, when i am trying to connect edges that’s where it’s getting messed up - query i am using is
but it does not result into anything and even the nodes which were working they disappeared too - i figured it could be due to the fact that series to row transformation of Google Cloud Monitoring Datasource simply multiplies the identity within the table?
Because we are using id field in Node and id field in edges - that’s confusing the table and it’s creating table in below format
Can anyone suggest how to get edges to connect with Nodes? knowing Transformations don’t really work in this scenario