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.
We have a number of dotnet lambda functions which we would like to instrument via OpenTelemetry. Auto-instrumentation for dotnet is now available, but there is no dotnet layer that supports...
We followed the instructions from [this link](https://opentelemetry.io/docs/faas/lambda-auto-instrument/) to set up OpenTelemetry for our Lambda function. While traces are being captured in ELK, they are not appearing in DynamoDB. Can someone...
**Describe the bug** We are using this lambda layer for a .Net 6 based lambda. When we have multiple executions of the lambda in a small duration, the lambda is...
**Is your feature request related to a problem? Please describe.** Currently there is no example (that i could find) of how to use the custom-context-propagation for nodejs https://github.com/open-telemetry/opentelemetry-lambda?tab=readme-ov-file#custom-context-propagation-carrier-extraction **Describe the...
**Describe the bug** We are using the otel collector in decouple mode and observing that the extension is taking > 2s to start. On further investigation, we are noticing a...
**Is your feature request related to a problem? Please describe.** Currently releasers may have various backgrounds in the components of OpenTelemetry and may have to individually formulate a workflow or...
**Describe the bug** It appears that Dependabot, is not updating the dependencies for Node.js release. [ dependencies that are not updated](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/nodejs/packages/layer/package.json#L51-L54). [Lambda Nodejs Layer 0.7.0](https://github.com/open-telemetry/opentelemetry-lambda/releases/tag/layer-nodejs%2F0.7.0) claims to be at version...
**Describe the bug** OTel Lambda Collector [docs](https://github.com/solarwinds/opentelemetry-lambda/tree/feature/telemetryapireceiver-configuration/collector#opentelemetry-collector-aws-lambda-extension-layer) say that the collector extension _allows lambdas to use the OpenTelemetry Collector Exporter to send_ **traces and metrics** _to any configured backend_ while...