mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 04:16:21 +00:00
correctly reverse-resolve source of inbound connections
There were two problems: - the renderer was looking for reverse names on the destination - the probe was not annotating source nodes with reverse-resolved names Fixes #1847
This commit is contained in:
@@ -145,7 +145,7 @@ func outgoingConnectionsSummary(topologyID string, r report.Report, n report.Nod
|
||||
if !ok {
|
||||
continue
|
||||
}
|
||||
key := newConnection(n, node, port, remoteEndpointID, localAddr)
|
||||
key := newConnection(n, node, port, localEndpoint.ID, localAddr)
|
||||
counts[key] = counts[key] + 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user