Manual traces not getting exported to AWS Xray #3116
Unanswered
ddhillon10
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to enable manual tracing for a NodeJs based AWS Lambda.
This is the ADOT collector layer deployed along with the Lambda: arn:aws:lambda:us-west-2:901920570463:layer:aws-otel-nodejs-amd64-ver-1-2-0:1 .Ref: https://aws-otel.github.io/docs/getting-started/lambda/lambda-js
I am using a GRPC exporter. This is the tracer code:
The auto instrumentation does get exported to AWS Xray just fine. Its the manual exports that are failing to propagate to AWS Xray.
I am able to see the console logs for the manual traces, so its only an export to Xray issue.
This is the manual trace in Cloudwatch console:
Has anyone seen anything similar?
Beta Was this translation helpful? Give feedback.
All reactions