Documentation
¶
Overview ¶
Package ecs provides a plugin for Amazon ECS (Amazon Elastic Container Service). The plugin collects the information of ECS containers, and record them. The container ID, the container name and the container ARN are available.
To enable this plugin, please import the ecs/init package.
import _ "github.com/shogo82148/aws-xray-yasdk-go/xray/plugins/ecs/init"
or if you want to load conditionally at runtime, use Init() function.
import _ "github.com/shogo82148/aws-xray-yasdk-go/xray/plugins/ecs" ecs.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.