You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ott-vis-panel/src/components/views/TopologyView.tsx
+56-36
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,6 @@ import { useD3Zoom } from "chartutils";
19
19
import{dedupeItems}from"aggregate";
20
20
import{useEventBus,typeBusEvent}from"eventbus";
21
21
22
-
/**
23
-
* The goal of this component is to show a more accurate topology view from the perspective of actual network connections.
24
-
*
25
-
* There will be 2 types of trees: Balancer Trees and Monolith Trees. The Balancer Trees will show the connections between Balancers and clients, while the Monolith Trees will show the connections between Monoliths and Rooms.
26
-
*
27
-
* These trees will be grouped by region, and the nodes will be colored by group. Balancer Trees will be on the left, and Monolith Trees will be on the right, with connections between Balancers and Monoliths, and regions being shown by boxing the trees that are in the same region.
* The goal of this component is to show a more accurate topology view from the perspective of actual network connections.
58
+
*
59
+
* There will be 2 types of trees: Balancer Trees and Monolith Trees. The Balancer Trees will show the connections between Balancers and clients, while the Monolith Trees will show the connections between Monoliths and Rooms.
60
+
*
61
+
* These trees will be grouped by region, and the nodes will be colored by group. Balancer Trees will be on the left, and Monolith Trees will be on the right, with connections between Balancers and Monoliths, and regions being shown by boxing the trees that are in the same region.
0 commit comments