Slide 38
Slide 38 text
Observability
38
{
"name": "aws-otel-collector" ,
"image":
"public.ecr.aws/aws-observability/aws-otel-collector:v0
.32.0",
"cpu": 64,
"memory": 256,
"links": [],
"portMappings" : [],
"essential": true,
"entryPoint": [],
"command": [
"--config",
"/etc/ecs/ecs-cloudwatch-xray.yaml"
],
● The collector
docker image
contains several
configuration files
by default, and the
configuration files
can be specified as
arguments when
launching the
container