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.
**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...
Hi I am using java otel instrumentation in my lambda application, I got `HTTP Server closed` error message in my cloudwatch console  using...
**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...
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...
Bumps the nodejs-other group with 20 updates in the /nodejs directory: | Package | From | To | | --- | --- | --- | | [gts](https://github.com/google/gts) | `5.3.1` |...
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` |...
**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...
**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:...
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...