-
Notifications
You must be signed in to change notification settings - Fork 207
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
Update OTel fork components to dd840b7a79ba22aca7bda3af5cb925ea208c1dc6 #862
Update OTel fork components to dd840b7a79ba22aca7bda3af5cb925ea208c1dc6 #862
Conversation
replace github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws => github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws v0.0.0-20230906164155-ced73ba61d63 | ||
replace github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws => github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws v0.0.0-20230922200107-dd840b7a79ba | ||
|
||
replace github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/stanza => github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/stanza v0.0.0-20230922200107-dd840b7a79ba |
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.
I manually moved this here because the workflow put it at the bottom of the file
8aa5423
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #862 +/- ##
==========================================
+ Coverage 57.58% 62.22% +4.63%
==========================================
Files 370 339 -31
Lines 17548 17004 -544
==========================================
+ Hits 10105 10580 +475
+ Misses 6848 5871 -977
+ Partials 595 553 -42
☔ View full report in Codecov by Sentry. |
4006c92
to
d9bd0cb
Compare
Co-authored-by: Github Action <[email protected]> Co-authored-by: Chad Patel <[email protected]>
Co-authored-by: Rohan Gujarathi <[email protected]>
Description of the issue
An automated PR to update the OTel fork components to point to dd840b7a79ba22aca7bda3af5cb925ea208c1dc6.
Additional necessary changes
replace
in the go.mod to the top with the otherscadvisor
andk8sapiserver
input plugins. This is dead code and the dead code was no longer building with the latest dependencies. Instead of fixing the build I deleted the dead codeLicense
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Tests
n/a
Requirements
Before commit the code, please do the following steps.
make fmt
andmake fmt-sh
make lint