-
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
Remove circular dependency between default otel and connector #9095
Conversation
4dace2c
to
c7dbbfa
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #9095 +/- ##
==========================================
- Coverage 91.53% 91.52% -0.02%
==========================================
Files 316 319 +3
Lines 17215 17218 +3
==========================================
Hits 15758 15758
- Misses 1160 1163 +3
Partials 297 297 ☔ View full report in Codecov by Sentry. |
fd26316
to
f1f75cb
Compare
027d5dd
to
204c37c
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.
I'm working on something closely related and would like some time to reconcile possible changes with this PR. I may have some suggestions based on this perspective. I will follow up here today or tomorrow.
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.
This looks good to me. The changes I am looking at elsewhere would fit into this just as well either way.
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 believe this change should be done by first deprecating the original interfaces no? https://github.com/open-telemetry/opentelemetry-collector/blob/main/CONTRIBUTING.md#breaking-changes
Hmm, the intention isn't to remove the interfaces, but changing them does break them. Do we deprecate, then remove the deprecation while making the change? |
I believe this was done in the past by providing a temporary interface name, that will then be renamed again. ie v0.92
v0.93
|
This comment was marked as resolved.
This comment was marked as resolved.
deb315f
to
4a3d296
Compare
Signed-off-by: Bogdan Drutu <[email protected]>
4a3d296
to
5762e98
Compare
…elemetry#9095) Signed-off-by: Bogdan Drutu <[email protected]>
No description provided.