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
Hey, in my app I have a flow where service X sends a message through SNS topic, then it's routed by AWS to my SQS that is consumed by service Y.
Both of the services are nodejs, using the dd-trace-js in the app.
The issue is that there is no relationship in the tracing between the sent message to the consumed message in the 2 services, and I want to achieve that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, in my app I have a flow where service X sends a message through SNS topic, then it's routed by AWS to my SQS that is consumed by service Y.
Both of the services are nodejs, using the dd-trace-js in the app.
The issue is that there is no relationship in the tracing between the sent message to the consumed message in the 2 services, and I want to achieve that.
How can I do that? Appreciate your help
Beta Was this translation helpful? Give feedback.
All reactions