We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f6a7b commit a3d483bCopy full SHA for a3d483b
x/ref/lib/aws/vxray/config.go
@@ -84,7 +84,8 @@ func EKSCluster() Option {
84
// ContainerIDAndHost requests that container id and host information be
85
// obtained and added to traces. The container id is obtained by parsing
86
// the /proc/self/cgroup file, and the host by call the operating system's
87
-// hostname function. When running under kubernetes for example, the
+// hostname function. When running under kubernetes for example, a pod's
88
+// name is configured as its hostname.
89
//
90
// When configured, xray segments will contain 'container_id' and 'container_host'
91
// annotations.
0 commit comments