-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[chore] remove deprecated code #6178
[chore] remove deprecated code #6178
Conversation
bd7d39c
to
2f94ced
Compare
go.opentelemetry.io/collector/service/featuregate
@codeboten PTAL #6170. It should help with failing tests |
Thanks @dmitryax! Yes i saw your PR and realized after submitting this one that it wont pass until yours is merged |
2f94ced
to
130dd96
Compare
Please rebase. |
130dd96
to
a32b62d
Compare
@codeboten you need to also remove the tests for the deprecated funcs. @dmitryax loves to leave them behind :)) |
Haha I left tests for Clone intentionally to avoid dropped coverage. others were missed :) |
@bogdandrutu @dmitryax yup... on it :) |
597cd85
to
651345d
Compare
Codecov ReportBase: 91.87% // Head: 92.10% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6178 +/- ##
==========================================
+ Coverage 91.87% 92.10% +0.22%
==========================================
Files 219 218 -1
Lines 13533 13295 -238
==========================================
- Hits 12434 12245 -189
+ Misses 870 821 -49
Partials 229 229
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Contrib tests are failing, there is a bunch of work underway to address the issues: open-telemetry/opentelemetry-collector-contrib#14600 |
bumping the following packages to partially unblock open-telemetry/opentelemetry-collector#6178: ``` github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping ```
bumping the following packages to partially unblock open-telemetry/opentelemetry-collector#6178: ``` github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping ```
651345d
to
777a877
Compare
This is the last change to unblock open-telemetry/opentelemetry-collector#6178
This is the last change to unblock open-telemetry/opentelemetry-collector#6178
All the contrib dependencies have been updated now, this is ready to merge when approved 👍🏻 |
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 @codeboten!
No description provided.