scope icon indicating copy to clipboard operation
scope copied to clipboard

probe: avoid reporting the container ID as its hostname

Open bboreham opened this issue 6 years ago • 2 comments

If hostname isn't set on a container it defaults to a random hex number, which we don't want to show in the UI.

bboreham avatar Jan 28 '20 22:01 bboreham

Example: you can see that the hostname of the container is the first 12 characters of the container ID.

image

bboreham avatar Mar 10 '20 19:03 bboreham

However, with this PR the second container disappears from the "containers by DNS name" view. I'm not sure that is an improvement.

bboreham avatar Mar 10 '20 20:03 bboreham