Scope graph doesn't re-org itself to show structure of containers and flow of connections #1935
Labels
chore
Related to fix/refinement/improvement of end user or new/existing developer functionality
component/ui
Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
Milestone
Running Sock Shop demo app, Scope's container view does not change as network traffic begins to flow, resulting in edges drawn across nodes, with little information about the structure of the application.
Hitting refresh will cause the graph to be re-drawn with structure. Otherwise the layout does not change.
To reproduce on Docker Mac: start Docker, follow instructions to clone sockshop github repo, cd to docker-only directory. Edit last line of compose yaml file to be "-r 100000". Do
docker-compose up -d
Wait about 30s for the traffic generator container to start. Observe that a few containers show connections between them, but the layout does not change.
Do
docker-compose scale user-sim=6
. Note that you will have to hit the refresh icon several times to get the graph to change.cc @pidster
The text was updated successfully, but these errors were encountered: