opentelemetry-lambda
opentelemetry-lambda copied to clipboard
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.
**Describe the bug** When aws-otel-python layer is used, Lambda timeouts will cause high initialization times of the next Lambda call. When our database is under high load, it can cause...
The nodejs sub-project is currently using [Lerna](https://lerna.js.org/), which is a tool for managing multiple Node packages in a single repository. The bootstrap/install process that Lerna was used for in the...
Add support to building lambda layers with grpc in Python. this is an alternative for solving #534 It will assumes that you have buildx properly installed and configured. I'm creating...
**Describe the bug** I have an AWS Lambda function that uses the jwt library. The jwt library is located in a layer, with the following directory structure: python/lib/python3.8/site-packages/jwt. This path...
**Describe the bug** The lambda instrumentation layer provides a way to pass a configuration function to @opentelemetry/instrumentation-aws-lambda ([link](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/nodejs/packages/layer/src/wrapper.ts#L68)). However it is not clear how the user would provide such a...
**Is your feature request related to a problem? Please describe.** AWS Lambda now has [support for Python 3.12](https://aws.amazon.com/blogs/compute/python-3-12-runtime-now-available-in-aws-lambda/). It would be great to have Python 3.12 support in the Python...
https://github.com/open-telemetry/opentelemetry-lambda/blob/e901a5f769c985ab78ca372bb4997156422f58d6/collector/main.go#L67C43-L67C43 Hello :) Our team have AWS Lambdas on .NET and we have our own logging standart, however I see it is a bit different for your collector which uses...
I am trying to get to work traces, metrics and logs via [AWS Distro for OpenTelemetry Collector (ADOT Collector)](https://github.com/aws-observability/aws-otel-collector), using the following Lambda Layer: arn:aws:lambda:us-east-1:901920570463:layer:aws-otel-python-amd64-ver-1-20-0:3 and Python 3.8. My understanding...
**Describe the bug** There are breaking changes that were inserted in [this PR ](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7970) in the OpenTelemetry Java Instrumentation for aws-lambda. To describe what will happen once the lambda layer...