Bryan Boreham
Bryan Boreham
Thanks for the PR - great spot! Apologies for long delay in looking at it. I've kicked off the tests now so it should run the integration tests.
I had a go at this today. (Sorry it is a long time since you asked!) GKE, at least when I tested it today, is running containerd, and the CRI...
Example: you can see that the hostname of the container is the first 12 characters of the container ID. 
However, with this PR the second container disappears from the "containers by DNS name" view. I'm not sure that is an improvement.
The lines are generated from TCP connections, and Scope has a variety of strategies to extract those from Linux. If you could post the logs of the 'probe' container we...
@husa570 please open a new issue; managing multiple threads of conversation in a GitHub issue is impossible. Suggest you look at the `dnsPolicy` on your pods - it should be...
I'm pretty sure it needs some work to handle IPv6. The code that interprets network connections is hard-coded for IPv4 in places, e.g. https://github.com/weaveworks/scope/blob/7c838affaaa0ca12f8510c2d28f1e1853fa85d2e/probe/endpoint/four_tuple.go#L14
#1143 is for pods and this one is for nodes.
Annotations may also be of interest
This can be configured like `-app.window=60s` Note Scope is merging _all_ data - pods, sockets, processes, metrics, etc., in the window, so if you extend it you will see things...