Skip to content

Commit a3d483b

Browse files
committed
fix typo in comment
1 parent 51f6a7b commit a3d483b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x/ref/lib/aws/vxray/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ func EKSCluster() Option {
8484
// ContainerIDAndHost requests that container id and host information be
8585
// obtained and added to traces. The container id is obtained by parsing
8686
// the /proc/self/cgroup file, and the host by call the operating system's
87-
// hostname function. When running under kubernetes for example, the
87+
// hostname function. When running under kubernetes for example, a pod's
88+
// name is configured as its hostname.
8889
//
8990
// When configured, xray segments will contain 'container_id' and 'container_host'
9091
// annotations.

0 commit comments

Comments
 (0)