-
Notifications
You must be signed in to change notification settings - Fork 60
nodejs spans not exported when upgrading aws otel lambda layer to 1.15.0 #669
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
Comments
We are using node 18.x runtimes. Layers till version 1-7-0:1 or 2 works, anything after that just simply does not work. |
Thanks for creating the issue, Can you provide more information on |
The layer after 1-7-0 didn’t work on either of the nodejs runtimes. |
The collector runs, but i do not see any spans being generated on console(console span exporter). I have verified this by using both auto & manual instrumentation, so the problem is not with the collector, but with the instrumentation, am i doing anything wrong? |
I'm having the same problem with Please let me know if you have anything want me to try. |
This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled |
This issue was closed because it has been marked as stale for 30 days with no activity. |
Otherwise this step fails as the gh runner can't run arm64. We only need this version to be set once anyways. Fixes aws-observability#652 Signed-off-by: Alex Boten <aboten@lightstep.com>
When we use layer arn:......:aws-otel-nodejs-amd64-ver-1-0-1:2 we are able to see the spans being exported, but when we use lambda layer arn:.......:aws-otel-nodejs-amd64-ver-1-15-0:1 we are able to see the spans being exported.
We are using manual instrumentation.
The text was updated successfully, but these errors were encountered: