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

I followed https://aws-otel.github.io/docs/getting-started/lambda/lambda-java and I'm now seeing: ``` io.opentelemetry.sdk.autoconfigure.ConfigurationException: Unrecognized value for otel.propagators: b3. Make sure the artifact including the propagator is on the classpath. at io.opentelemetry.sdk.autoconfigure.PropagatorConfiguration.getPropagator(PropagatorConfiguration.java:58) at io.opentelemetry.sdk.autoconfigure.PropagatorConfiguration.configurePropagators(PropagatorConfiguration.java:39) at...

## Overview I receive an error **cannot load configuration: unknown processors type "insert" for insert** when I try to use a OpenTelemetry config that includes a processor section to add...

As it is OpenTelemetry Lambda instrumentation project which is using OpenTelemetry SDKs it would be nice to have an OT context propagation enabled by default in the AWS Lambda instrumentation....

In every AWS Lambda instrumentation `cloud.account.id` tag is present only in the "handler span". It would be very useful to have this tag in every span coming from the AWS...

https://github.com/open-telemetry/opentelemetry-lambda/blob/main/nodejs/sample-apps/aws-sdk/deploy/main.tf#L21-L23 does not work, the env variable config is overrided by [wrapper.js](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/nodejs/packages/layer/src/wrapper.ts#L79-L81)

### Usecase/Feature/Problem Statement Collector supports attribute processors and few exporters where the config requires to be dynamic based on the use case. ### Current approach Include the collector config as...

**Is your feature request related to a problem? Please describe.** Currently, [no processors are included](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/lambdacomponents/default.go#L45-L48) in the collector for Lambda. This makes it impossible to use Batch procesor. Missing it...

**Is your feature request related to a problem?** Most of the existing OpenTelemetry repositories display a badge for CI status and code coverage. In an effort to have the lambda...

The Java 8 Corretto runtime for Lambda explicitly enables class data sharing. We need to rewrite the JVM command line to append `-Xshare:off` to disable this behavior. Java 11 does...

We need to collect lambda version number and alias information automatically as part of the trace. This help to build intelligence int the analysis and insights system to automatically detect...