Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cosnicolaou committed Jun 21, 2021
1 parent 51f6a7b commit a3d483b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/ref/lib/aws/vxray/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ func EKSCluster() Option {
// ContainerIDAndHost requests that container id and host information be
// obtained and added to traces. The container id is obtained by parsing
// the /proc/self/cgroup file, and the host by call the operating system's
// hostname function. When running under kubernetes for example, the
// hostname function. When running under kubernetes for example, a pod's
// name is configured as its hostname.
//
// When configured, xray segments will contain 'container_id' and 'container_host'
// annotations.
Expand Down

0 comments on commit a3d483b

Please sign in to comment.