-
Notifications
You must be signed in to change notification settings - Fork 185
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
Lambda Layer update : Update Collector 0.51 #231
Conversation
Could you update the description to explain how you know these are the right changes? Usually collector changes a lot of APIs that break this repo 😅 |
7b6ed0d
to
7960fbe
Compare
7960fbe
to
77c93dd
Compare
Thanks Nathaniel, added test results |
9e4123e
to
dd2a8d3
Compare
dd2a8d3
to
7811075
Compare
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.
Thanks for the changes!
This PR upgrades the collector and collector contrib dependencies.
it includes the breaking changes in the
OpenTelemetry-collector
Testing :
Testing is done by following these steps for collector extension
The command
go mod tidy -go=1.17
is used to generate/update the go.sum file in top levelopentelemtry-lambda/collector
.