Signal graph (#49)

* Initial signal graph

* Minor update

* Change graph using object mutator

* Added SignalServer graph

* Remove d3 dependencies

* fixed signal kube system information

* updated gem

* Minor fix

* update configuration

* /api for signal

* apollo1

* Added visx network graph

* Remove info table.

* Fixed tooltip zIndex

Co-authored-by: Martin Acosta <Martín Acosta>
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-authored-by: Thomas E Lackey <thomas@wireline.io>
This commit is contained in:
Martín Acosta
2020-10-07 11:48:44 -05:00
committed by GitHub
co-authored by Martin Acosta telackey Thomas E Lackey
parent afa99a564c
commit e099fca2f8
15 changed files with 1455 additions and 956 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ services:
webui: 'https://kube.local/dxos/wns/console'
signal:
server: 'wss://kube.local/dxos/signal'
server: 'wss://kube.local/dxos/signal/api'
api: 'https://kube.local/dxos/signal'
ipfs:
+1 -1
View File
@@ -30,7 +30,7 @@ services:
signal:
server: 'wss://apollo1.kube.moon.dxos.network/dxos/signal'
api: 'https://apollo1.kube.moon.dxos.network/dxos/signal'
api: 'https://apollo1.kube.moon.dxos.network/dxos/signal/api'
ipfs:
server: 'https://apollo1.kube.moon.dxos.network/dxos/ipfs/api'
+1 -1
View File
@@ -30,7 +30,7 @@ services:
signal:
server: 'ws://127.0.0.1:4000'
api: 'http://127.0.0.1:4000'
api: 'http://127.0.0.1:4000/api'
ipfs:
server: 'http://127.0.0.1:5001'