Documentation
¶
Overview ¶
Package eks provides a plugin for Amazon EKS (Amazon Elastic Kubernetes Service). The plugin collects the information of EKS containers, and record them. The container ID, the pod name, and the cluster name are available.
To enable this plugin, please import the eks/init package.
import _ "github.com/shogo82148/aws-xray-yasdk-go/xray/plugins/eks/init"
or if you want to load conditionally at runtime, use Init() function.
import _ "github.com/shogo82148/aws-xray-yasdk-go/xray/plugins/eks" eks.Init()
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.