-
Notifications
You must be signed in to change notification settings - Fork 56
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
Utility for building a lambda layer artifact #953
Conversation
Should we also set |
Ah yes. That's why my lambda logs were noisy. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #953 +/- ##
=============================================
- Coverage 85.71% 69.66% -16.05%
- Complexity 19 308 +289
=============================================
Files 3 26 +23
Lines 49 1134 +1085
Branches 5 149 +144
=============================================
+ Hits 42 790 +748
- Misses 3 294 +291
- Partials 4 50 +46 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Description of changes
.zip
artifact that will be published as the ADOT Java Lambda Layer.Testing
Setup
lambda-layer/build-layer.sh
opentelemetry-javaagent-layer.zip
artifact.www.amazon.com
opentelemetry-javaagent-layer.zip
file obtained in previous step.Result
Trace view
Trace timeline view
Trace raw data
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.