-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add AWS X-Ray Lambda propagator #4554
add AWS X-Ray Lambda propagator #4554
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4554 +/- ##
==========================================
+ Coverage 90.77% 92.80% +2.03%
==========================================
Files 90 328 +238
Lines 1930 9512 +7582
Branches 417 2047 +1630
==========================================
+ Hits 1752 8828 +7076
- Misses 178 684 +506 |
29f25ff
to
7f7e50d
Compare
@martinkuba we can remove experimental/packages/propagator-aws-xray-lambda/CHANGELOG.md as there's shared changelog in this repo. |
experimental/packages/propagator-aws-xray-lambda/test/AWSXRayLambdaPropagator.test.ts
Outdated
Show resolved
Hide resolved
experimental/packages/propagator-aws-xray-lambda/test/AWSXRayLambdaPropagator.test.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
experimental/packages/propagator-aws-xray-lambda/test/AWSXRayLambdaPropagator.test.ts
Outdated
Show resolved
Hide resolved
* updates tsconfig files * added tests * added aws-xray-lambda propagator * updated README * updated package-lock file * markdown lint * removed browser tests * lint * removed opentelemetry- from the package name * updated package-lock.json * add experimental disclaimer Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com> * removed profiling from keywords Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com> * updated package version to experimental Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com> * use named export Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com> * removed changelog * updated homepage url * small updates to tests * lint * updated changelog * Update experimental/packages/propagator-aws-xray-lambda/test/AWSXRayLambdaPropagator.test.ts Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com> * updated tsconfig files * updated license * updated readme * updated versions * fix: update versions and sync package-lock.json * fix: move changelog entry --------- Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Which problem is this PR solving?
Fixes part of #4494
This is a new propagator based on this AWS Lambda spec.
Checklist: