erlanglab / erlangpl-ui

DEPRECATED: UI for Erlang Performance Lab
http://www.erlang.pl/
Apache License 2.0
18 stars 2 forks source link

Traffic view plugin #23

Closed baransu closed 7 years ago

baransu commented 7 years ago

In fact core part of Erlang Performance Lab, based on Netflix's Vizceral.

baransu commented 7 years ago

@michalslaski I've just added central node in global view clicking 😃 Try not to go from 3rd to 1st level because it crashes rendering. There are issues with node mouse detection but it's Vizceral internal issue i guess.

https://youtu.be/eglkrde5mhw

baransu commented 7 years ago

I've fixed url/history and state sync so right now you can return from any view by history back click. While I want it to work 100% it's not 😞 Our problem is with hacking INTERNET node click which puts /traffic/INTERNET 3 times onto history stack. It probably can be fixed but I want to see if Vizceral will make INTERNET node clickable in near future.

baransu commented 7 years ago

There are minimal problems with fake INTERNET click when cluster is smaller than 3 nodes but I'm going to merge it anyway and focus on it later.