diff --git a/internal/util/metricsinfo/topology.go b/internal/util/metricsinfo/topology.go index 281d3055ee..bd026d2fb0 100644 --- a/internal/util/metricsinfo/topology.go +++ b/internal/util/metricsinfo/topology.go @@ -112,6 +112,7 @@ type RootCoordTopology struct { Connections ConnTopology `json:"connections"` } +// ConnectionEdge contains connection's id, type and target type type ConnectionEdge struct { ConnectedIdentifier int `json:"connected_identifier"` Type ConnectionType `json:"type"`