You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/04/29 20:35:41 UTC

[GitHub] [incubator-zipkin] bulicekj commented on a change in pull request #2537: dependency graph filtering

bulicekj commented on a change in pull request #2537: dependency graph filtering
URL: https://github.com/apache/incubator-zipkin/pull/2537#discussion_r279528526
 
 

 ##########
 File path: zipkin-lens/src/components/Dependencies/DependenciesGraph.js
 ##########
 @@ -71,8 +79,8 @@ class DependenciesGraph extends React.Component {
             name: 'dependencies-graph',
             updated: new Date().getTime(),
             maxVolume: maxVolume * 2000,
-            nodes: graph.allNodes(),
-            connections: graph.allEdges(),
+            nodes,
+            connections
           }}
           objectHighlighted={this.handleObjectHighlighted}
           match={filter}
 
 Review comment:
   Good call 👍 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services