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

Deprecate component.Factories in favor of service.Factories #6723

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

djaglowski
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Dec 9, 2022

Codecov Report

Base: 89.44% // Head: 89.46% // Increases project coverage by +0.02% 🎉

Coverage data is based on head (4c8f169) compared to base (42c7b20).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6723      +/-   ##
==========================================
+ Coverage   89.44%   89.46%   +0.02%     
==========================================
  Files         248      248              
  Lines       14285    14285              
==========================================
+ Hits        12777    12780       +3     
+ Misses       1258     1256       -2     
+ Partials      250      249       -1     
Impacted Files Coverage Δ
component/componenttest/nop_factories.go 0.00% <ø> (ø)
component/factories.go 50.00% <ø> (ø)
otelcol/collector.go 76.92% <ø> (ø)
service/host.go 88.23% <ø> (ø)
service/service.go 68.29% <ø> (ø)
otelcol/configprovider.go 78.57% <100.00%> (ø)
otelcol/otelcoltest/config.go 76.00% <100.00%> (ø)
otelcol/unmarshaler.go 100.00% <100.00%> (ø)
service/telemetry.go 90.10% <0.00%> (+1.64%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@djaglowski djaglowski force-pushed the refactories branch 4 times, most recently from 4282666 to 6eb6bdd Compare December 12, 2022 15:06
@djaglowski djaglowski marked this pull request as ready for review December 12, 2022 15:56
@djaglowski djaglowski requested review from a team and jpkrohling December 12, 2022 15:56
@djaglowski djaglowski force-pushed the refactories branch 2 times, most recently from 737d3bf to fe3f046 Compare December 12, 2022 21:05
@bogdandrutu
Copy link
Member

You need a rebase.

@djaglowski
Copy link
Member Author

Done

@bogdandrutu bogdandrutu merged commit 55e6fa0 into open-telemetry:main Dec 13, 2022
@djaglowski djaglowski deleted the refactories branch December 13, 2022 13:55
@Chinwendu20
Copy link
Contributor

Please I am trying to follow the reason behind the changes, is there an issue that this is linked to, please?

@djaglowski
Copy link
Member Author

It's related to #6578. The overall goal here is to simplify the components package so that it can be declared stable.

jaronoff97 pushed a commit to lightstep/opentelemetry-collector that referenced this pull request Dec 14, 2022
jaronoff97 pushed a commit to lightstep/opentelemetry-collector that referenced this pull request Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants