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

hi team, we are facing issue of traces drop at lambda execution, where traces dropped from lambda function. error from cloudwatch: `{ "level": "error", "ts": 1692968962.3226757, "caller": "exporterhelper/queued_retry.go:296", "msg": "Exporting...

bug

Currently the go modules under the `collector` directory are not published, this should be fixed to ensure any downstream users of these modules can use them.

**Is your feature request related to a problem? Please describe.** A Lambda cold start happens when a new instance of a Lambda function must be created and initialized. The cold...

enhancement

**Is your feature request related to a problem? Please describe.** I have nodejs and java based lambdas, and trying to instrument those using OTEL layers/extension, unable to override the XRAY...

enhancement

I have three lambda functions exactly with the same business logic written in java, node.js and python instrumented with the latest version of OpenTelemetry lambda auto-instrumentation packages. Each of these...

bug

**Describe the bug** I have instrumented a simple Python lambda function with the [new OTEL collector lambda layer](https://github.com/open-telemetry/opentelemetry-lambda/releases/tag/layer-collector%2F0.1.0) and the [new Python instrumentation layer](https://github.com/open-telemetry/opentelemetry-lambda/releases/tag/layer-python%2F0.1.0). The collector is configured to export...

bug

**Describe the bug** CloudWatch logs for .NET lambda contain "dropping data" errors for traces, which are sent via the otlp exporter to New Relic. However, all traces are actually successfully...

bug

Is the support matrix (https://github.com/open-telemetry/opentelemetry-lambda#support-matrix) up-to-date? If this table is the latest one, does it mean no auto instrumentation for node.js as of today (6/29/2023)? ![image](https://github.com/open-telemetry/opentelemetry-lambda/assets/8757699/47ddb25f-08e7-4796-ac65-8fdecc6f25cf)

bug

Is there a way to forward messages from print, logging.info, logging.warning, etc. to logs pipeline via otlp exporter? Not sure, if a different receiver type should be used for logs,...

enhancement

**Describe the bug** The current documentation contains contradictory information regarding which lambda layer (auto-instrumentation vs collector) should be merged/added to the lambda first. Specifically: 1. The [auto-instrumentation doc](https://opentelemetry.io/docs/faas/lambda-auto-instrument/) says you...

bug