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
An object upload to the S3 bucket initiates an event.
This event places a message onto the SQS queue.
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.
The text was updated successfully, but these errors were encountered:
Currently we have following usecase
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.
The text was updated successfully, but these errors were encountered: