aws-otel-lambda
aws-otel-lambda copied to clipboard
AWS Distro for OpenTelemetry - AWS Lambda
This is to track the upstream work as result of: https://github.com/open-telemetry/opentelemetry-lambda/issues/714 We need propose a change in the spec to add support to the EventToCarrier abstraction and make it configurable...
It seems node.js lambda -> aws-otel-lambda -> ADOT collector doesn't work at this moment. We tried the following combination: - Runtime: Node.js 18.x - Architecture: x86_64 - aws-otel-lambda: aws-otel-nodejs-amd64-ver-1-13-0 Interestingly,...
**Description:** Update wording on the different lambda layer collectors, to indicate that the general collector layer will also work with natively compiled lambdas that have preexisting instrumentation. **Link to tracking...
**Description:** This PR is created to use [success()](https://docs.github.com/en/actions/learn-github-actions/expressions#success)s instead of [failure()](https://docs.github.com/en/actions/learn-github-actions/expressions#failure). The reason for this change is that it is not necessary to check the ancestors jobs, which would lead...
**Description:** Update spotless dependency to 6.20 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.0 to 7.8.0. Release notes Sourced from @typescript-eslint/parser's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...
**Describe the bug** I've deployed a lambda attaching `arn:aws:lambda:eu-west-1:901920570463:layer:aws-otel-java-agent-amd64-ver-1-32-0:1`. No mongodb spans are generated when I run lambda on aws. **Steps to reproduce** 1. Create a lambda attaching above layer...
**Description:** Modify go build script to resolve protobuf and java patch file to not include any new changes By submitting this pull request, I confirm that my contribution is made...