NovatecConsulting / novatec-service-dependency-graph-panel

A Grafana panel for visualizing a Service Dependency Graph.
Apache License 2.0
191 stars 64 forks source link

How do you reference a column in an AWS X-Ray datasource? #129

Open jackryan777 opened 1 year ago

jackryan777 commented 1 year ago

I have a demo application inside AWS X-Ray, and the datasource configured in Grafana. The query type is Service Map and the table view shows nodes and edges tables. I can reference columns from the edges table into Component Column but cant do the same for the nodes table. How do you explicitly tell the Component Column value is coming from the nodes table?

image