-
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
Move all utils configmapproviders to internal to prepare interface change #4600
Conversation
46286ff
to
03b1295
Compare
Codecov Report
@@ Coverage Diff @@
## main #4600 +/- ##
==========================================
- Coverage 90.77% 90.75% -0.03%
==========================================
Files 178 178
Lines 10561 10563 +2
==========================================
- Hits 9587 9586 -1
- Misses 757 759 +2
- Partials 217 218 +1
Continue to review full report at Codecov.
|
…ange Signed-off-by: Bogdan Drutu <[email protected]>
03b1295
to
4d99af5
Compare
…ange (open-telemetry#4600) Signed-off-by: Bogdan Drutu <[email protected]>
@bogdandrutu This is a pretty significant breaking change for downstream distributions such as AWS Distro for OpenTelemetry. We should've had community discussions and reviews from other approvers before making these changes. Same with #4636 |
Exported identifiers that are made internal by this change (in addition to the not-at-all-unused |
@Aneurysm9 if you have reviewed the #4507 which was open for 2 weeks probably you could have seen that, but lucky for you I did implement what ADOT needs in #4574. So I am not sure where is the breaking change. |
Moving NewExpand into an internal package is indeed a significant breaking change and I am not sure if there is a way back to this. Could you please at least link why this happened? In our case, we provide a config ourselves and we used |
@jcchavezs #4672 seeks to address this. Please weigh in there. |
Signed-off-by: Bogdan Drutu [email protected]