mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
adding direction to connections from conntrack
* Remove report.EdgeMetadata.MaxConnCountTCP, as we don't display it anywhere * Remove hostname metadata from local end of connection. We should be using the hostnodeid
This commit is contained in:
@@ -320,9 +320,7 @@ var (
|
||||
ClientAddressNodeID: report.MakeNode().WithLatests(map[string]string{
|
||||
endpoint.Addr: ClientIP,
|
||||
report.HostNodeID: ClientHostNodeID,
|
||||
}).WithEdge(ServerAddressNodeID, report.EdgeMetadata{
|
||||
MaxConnCountTCP: newu64(3),
|
||||
}),
|
||||
}).WithEdge(ServerAddressNodeID, report.EdgeMetadata{}),
|
||||
|
||||
ServerAddressNodeID: report.MakeNode().WithLatests(map[string]string{
|
||||
endpoint.Addr: ServerIP,
|
||||
|
||||
Reference in New Issue
Block a user