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

**Is your feature request related to a problem? Please describe.** Current ruby layer creation only support 3.2 (i.e. hard-coded version) and the releases are also point to 3.2.0 only. Having...

enhancement

Hi I am using java otel instrumentation in my lambda application, I got `HTTP Server closed` error message in my cloudwatch console ![Screenshot 2024-05-14 at 7 38 29 PM](https://github.com/open-telemetry/opentelemetry-lambda/assets/111440681/4adf2592-e7f2-4687-bc25-03db651ada57) using...

bug

**Describe the bug** I've configured opentelemetry on my aws lambdas using opentelemetry provided layers. I mean, I'm using `javaagent + collector` layer attached to my lambdas, following [this agent layer...

bug

feat #300 - Added a new GitHub Actions workflow for checking markdown links - Configured check_links_config.json to include patterns for ignoring certain links (e.g., localhost, example.com) - Ensured the workflow...

github_actions

Bumps the nodejs-other group with 20 updates in the /nodejs directory: | Package | From | To | | --- | --- | --- | | [gts](https://github.com/google/gts) | `5.3.1` |...

dependencies
javascript

Bumps the nodejs-other group with 12 updates in the /nodejs directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.7.0` |...

dependencies
javascript

**Is your feature request related to a problem? Please describe.** The capabilities of the `debug exporter` would be a valuable addition for custom builds. **Describe the solution you'd like** Provide...

enhancement

**Describe the bug** We are using lambda golang with `provided.al2` runtime. The collector starts without any problem however getting following error when collector tries to flush. ``` OTel Lambda Error:...

bug

Hi everyone, we are trying to implement OTEL for our lambdas and have problem with ESM support. When lambda is compiled to commonjs and has a nodejs lambda layer configured...

bug