-
Notifications
You must be signed in to change notification settings - Fork 155
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
Is it possible to pass in a client side created traceId to the backend XRay capture so that it uses the supplied TraceId #674
Comments
Hi @shaundclements, thanks for reaching out. Just trying to understand the situation and your question. As I understand it you have a front-end service and a backend service, both (?) are using the X-Ray Node SDK, and you want a consistent traceId to be used from fronted to backend. Can you clarify:
|
|
Just adding for reference here, I have been advised by @mxiamxia to use OpenTelemetry SDK for client invoke tracing, ref: https://opentelemetry.io/docs/demo/services/frontend rather than trying to find a way in XRay Node SDK to do this so current feature around linking traces is not needed |
Im trying to link up all related downstream processes with a TraceId that is created in the frontend code and passed to all backend calls.
Is there a way to pass this traceId guid into the AWSXRay client capture methods ?
The text was updated successfully, but these errors were encountered: