Skip to content
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

Transform expand provider to converter #4636

Merged
merged 1 commit into from
Jan 5, 2022

Conversation

bogdandrutu
Copy link
Member

Signed-off-by: Bogdan Drutu [email protected]

@bogdandrutu bogdandrutu requested review from a team and owais January 5, 2022 01:26
@bogdandrutu bogdandrutu added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jan 5, 2022
@codecov
Copy link

codecov bot commented Jan 5, 2022

Codecov Report

Merging #4636 (0782885) into main (60e0cf6) will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4636      +/-   ##
==========================================
+ Coverage   90.36%   90.45%   +0.08%     
==========================================
  Files         181      181              
  Lines       10598    10598              
==========================================
+ Hits         9577     9586       +9     
+ Misses        797      788       -9     
  Partials      224      224              
Impacted Files Coverage Δ
service/config_provider.go 89.28% <100.00%> (+0.39%) ⬆️
service/internal/configprovider/default.go 100.00% <100.00%> (ø)
service/internal/configprovider/expand.go 70.00% <100.00%> (-8.19%) ⬇️
service/servicetest/configprovider.go 64.70% <100.00%> (ø)
obsreport/obsreport_exporter.go 94.44% <0.00%> (+0.44%) ⬆️
obsreport/obsreporttest/obsreporttest.go 95.58% <0.00%> (+1.10%) ⬆️
receiver/otlpreceiver/otlp.go 81.33% <0.00%> (+5.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60e0cf6...0782885. Read the comment docs.

Copy link
Member

@Aneurysm9 Aneurysm9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#4600 is going to break things for downstream distributions and we need to pause on digging a deeper hole.

@bogdandrutu
Copy link
Member Author

@Aneurysm9 if still unclear, see the next PR #4637. Also as commented in the #4600 it is not as bad as you think, and with #4637 you will not miss anything.

@Aneurysm9
Copy link
Member

Perhaps we should add this to the discussion on #4630. With all of the fragmented PRs happening in this space with zero communication of plan or desired end-state, I have no idea what works and what doesn't. I will review this in the morning when I return to work.

@bogdandrutu
Copy link
Member Author

@Aneurysm9 this is not a component FYI, so your argument does not stand for that issue.

@bogdandrutu bogdandrutu requested a review from Aneurysm9 January 5, 2022 16:46
@bogdandrutu
Copy link
Member Author

@Aneurysm9 anything else blocking this or can be merged?

@Aneurysm9 Aneurysm9 dismissed their stale review January 5, 2022 22:29

I don't approve of the manner in which these changes were made, but there seems to be a plan for functional equivalence and thus I will no longer block this PR.

@bogdandrutu bogdandrutu merged commit c76f0f4 into open-telemetry:main Jan 5, 2022
@bogdandrutu bogdandrutu deleted the expandnotprovider branch January 5, 2022 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants