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.
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...
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...
**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...
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...
**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...
**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...
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)? 
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,...
**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...