opentelemetry-lambda icon indicating copy to clipboard operation
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.

Results 188 opentelemetry-lambda issues
Sort by recently updated
recently updated
newest added

#### Description Add .NET CD Build workflow. This is to make sure the layers build correctly when changes are made inside `/dotnet`

Remove extra space and set pipefail option set -o pipefail This setting prevents errors in a pipeline from being masked. If any command in a pipeline fails, that return code...

**Describe the bug** I am using the java wrapper for an AWS Lambda to export metrics to Amazon Managed Prometheus. The Lambda is setup with Spring Cloud Functions in a...

bug

**Is your feature request related to a problem? Please describe.** I want to send lambda logs to an opensearch cluster. The cwlog subscription lambda has some drawbacks and raises the...

enhancement

We've been using the Python OTel lambda layer to trace our lambda functions. We'd like to get the trace/span IDs automatically into the logs so we can connect traces to...

enhancement

**Is your feature request related to a problem? Please describe.** Layers are now published to AWS. However, the README still says that layers must be built manually. Also, it should...

enhancement

**Is your feature request related to a problem? Please describe.** Currently the way the collector works according to the design docs (as referenced in this [comment](https://github.com/open-telemetry/opentelemetry-lambda/issues/89#issuecomment-854288165)), the lambda execution must...

enhancement

The security SIG is looking to ensure that security tooling is setup consistently across the organization. As a result, we're asking maintainers to ensure the following tools are enabled in...

I have cloned this repository and executed **bash run.sh** inside the python/src so getting below error, please someone help me on this `Build Succeeded Built Artifacts : .aws-sam/build Built Template...

bug