Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
garganshulgarg opened this issue Dec 20, 2023 · 0 comments

Comments

@garganshulgarg
Copy link

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 #445 seems like this feature is not natively supported within AWS. May be a feature Request for future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant