open-telemetry / opentelemetry-lambda

Create your own Lambda Layer in each OTel language using this starter code. Add the Lambda Layer to your Lamdba Function to get tracing with OpenTelemetry.
https://opentelemetry.io
Apache License 2.0
256 stars 156 forks source link

Mark auto-instrumentation support for Node.js #1400

Closed MikeShi42 closed 1 week ago

MikeShi42 commented 1 week ago

At the moment it looks like that the current Node.js wrapper file already does auto-instrumentation (though there is https://github.com/open-telemetry/opentelemetry-lambda/issues/448 is still open which will improve it).

Marking it as supported in this repo is helpful as the ADOT lambda layer does not currently have auto-instrumentation built-in, so it might be useful for people to see that the Node.js lambda layer in this repo does have it out of the box.