aws / aws-xray-sdk-node

The official AWS X-Ray SDK for Node.js.
Apache License 2.0
266 stars 155 forks source link

Feature Request | ServiceMap in X-Ray Tracing does not show EventBridge and SQS #626

Open garganshulgarg opened 8 months ago

garganshulgarg commented 8 months ago

Currently we have following usecase

  1. An object upload to the S3 bucket initiates an event.
  2. This event places a message onto the SQS queue.
  3. The SQS queue, in turn, triggers the associated Lambda function.

While the functionality operates as expected, we've encountered an issue with the AWS X-Ray Trace Map view. The trigger events and SQS are categorized as clients, yet the X-Ray details lack the desired depth for these clients. Our objective is to accurately represent the complete flow in the X-Ray Trace Map, including comprehensive details about these clients. Is there a solution to achieve this?

After going through following link https://github.com/aws/aws-xray-sdk-node/issues/445 seems like this feature is not natively supported within AWS. May be a feature Request for future.