From 7b38d4522f5dc5a47a6bb469a45db7e6903ca5cf Mon Sep 17 00:00:00 2001 From: shaoyue Date: Thu, 16 Dec 2021 09:35:13 +0800 Subject: [PATCH] [skip ci]Add comment for ConnTopology (#13485) Signed-off-by: shaoyue.chen --- internal/util/metricsinfo/topology.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/util/metricsinfo/topology.go b/internal/util/metricsinfo/topology.go index e511b9a0b4..281d3055ee 100644 --- a/internal/util/metricsinfo/topology.go +++ b/internal/util/metricsinfo/topology.go @@ -65,6 +65,7 @@ type ConnectionInfo struct { TargetType ConnectionTargetType `json:"target_type"` } +// ConnTopology contains connection topology // TODO(dragondriver) // necessary to show all connection edge in topology graph? // for example, in system, Proxy connects to RootCoord and RootCoord also connects to Proxy,