Has anyone ever tried using node graph plugin with Google cloud monitoring as a datasource?
if so would you be able to advice on how can it be implemented?
I am using Transformations to populate this data and expected format is every column be treated as one service a.k.a node and different ids in first column be treated as different transactions - edge count and decimal values in different columns is time taken for each transaction.
I am able to view data in Table view, but not sure how to hook this up with Node Graph to display in Node & Edge perspective
Thanks for your response!
Just to clarify - the statement says:
“A node graph requires a specific shape of the data to be able to display its nodes and edges. This means not every data source or query can be visualized with this graph”
There’s not much information around which data source can be used or what should be format of data - is this something you can share some insight on?
Format which we have is this - after applying Transformation - our intention is to get node graph out of this where every Service will be detected as a particular node and traceIDs along with the response time will be detected as respective edges, is this something doable?
Hi @yosiasz
apologies just to get more clarity from your example. uid will become edges col2, col3 and col4 will be nodes value of col2,3 & 4 will be stats of nodes
Is that correct?