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, I noticed that the spec has an attribute `faas.max_memory` that describes the memory assigned to the lambda function: https://opentelemetry.io/docs/reference/specification/resource/semantic_conventions/faas/ I wasn't able to find that attribute in our traces...

Stale

**Is your feature request related to a problem? Please describe.** The current layer version 1.2.0 contains dated versions of instrumentation-aws-sdk and instrumentation-aws-lambda. **Describe the solution you'd like** Could we please...

This PR updates the OTel Python Core dependencies to 1.12.0cr1 and OTel Python Contrib dependencies to 0.31b0 Adding detail for PR build; Executed the command `tox` in local and can...

At the moment Lambda Collector extension layer contains [very limit components](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/lambdacomponents/default.go#L20-L23) due to the the reason described [here](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/docs/design_proposal.md#22-memory-consumption). Adding more collector components into code is cautious because we don't want...

Update opentelemetry-js-contrib packages to latest release: - @opentelemetry/instrumentation-aws-lambda ^0.30.0 - @opentelemetry/instrumentation-aws-sdk ^0.6.0 - @opentelemetry/instrumentation-graphql ^0.27.4 - @opentelemetry/instrumentation-ioredis ^0.28.0 - @opentelemetry/instrumentation-mongodb ^0.29.0 - @opentelemetry/instrumentation-mysql ^0.28.0 - @opentelemetry/instrumentation-redis ^0.29.0

In #138, we were trying to debug an issue related to a missing Python package when we found out that `logger.("log")` logs were not working as [called out in this...

Two previous PRs (#36 and #215) added [this capability](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/nodejs/packages/layer/src/wrapper.ts#L58) to customize instrumentation, but there is no documentation on how to utilize this functionality, and I have not been able to...

**Is your feature request related to a problem? Please describe.** Build Collector layer based on user's config, please see details in https://github.com/open-telemetry/opentelemetry-collector-builder/issues/4 **Describe the solution you'd like** Use opentelemetry-collector-builder to...

python/src/otel/Makefile has commands like `yum install` - presumably this isn't for normal use. Do we still need it or can delete?

I'm getting an error in my Lambda when including the self-built lambda layer: ``` { "errorMessage": "RequestId: 16cb64d6-a350-4939-8dd8-9148f8d934f1 Error: fork/exec /opt/extensions/opentelemetry-lambda-extension: no such file or directory", "errorType": "Extension.LaunchError" } ```...