You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are attempting to swap out the AWS Xray collector to use the CWA agent. Using the aws-xray-sdk node package in our ECS containers the xray traces get stripped of the origin value of "AWS::ECS::Container". So in the Xray Trace Map the ECS Container is seen as a remote node. Additionally we are running the xray collector/cwa-agent container in a separate cluster and setting the daemon endpoint in the aws-xray-sdk setup to send to the other container.
Steps to reproduce
If possible, provide a recipe for reproducing the error.
What did you expect to see?
The ECS Container nodes should be shown as ECS container nodes
What did you see instead?
ECS Container nodes shown as remote nodes.
Describe the bug
We are attempting to swap out the AWS Xray collector to use the CWA agent. Using the aws-xray-sdk node package in our ECS containers the xray traces get stripped of the origin value of "AWS::ECS::Container". So in the Xray Trace Map the ECS Container is seen as a remote node. Additionally we are running the xray collector/cwa-agent container in a separate cluster and setting the daemon endpoint in the aws-xray-sdk setup to send to the other container.
Steps to reproduce
If possible, provide a recipe for reproducing the error.
What did you expect to see?
The ECS Container nodes should be shown as ECS container nodes
What did you see instead?
ECS Container nodes shown as remote nodes.
What version did you use?
Version: 1.300049.1b929
What config did you use?
Config:
{"traces": {"traces_collected": {"xray": {"bind_address": "0.0.0.0:2000", "tcp_proxy":{"bind_address":"0.0.0.0:2000" } }, "otlp": {"grpc_endpoint": "0.0.0.0:4317", "http_endpoint": "0.0.0.0:4318" }, "application_signals": {} } }, "logs": {"metrics_collected": {"emf": {}, "application_signals": {} } } }
Environment
OS: AWS ECS AMI amzn2-ami-ecs-hvm-2.0.20241120-x86_64-ebs
Docker: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:latest
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: