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

Remove get from newly added funcs on Gate that don't conflict #6485

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

bogdandrutu
Copy link
Member

Because of the conflict between the public member and func name, cannot do the same for ID/Description, will fix in a later version after we remove the public members.

No need for deprecation, they were added in this version.

/cc @mx-psi based on the discussion from #6447

@bogdandrutu bogdandrutu marked this pull request as ready for review November 7, 2022 16:54
@bogdandrutu bogdandrutu requested review from a team and codeboten November 7, 2022 16:54
Because of the conflict between the public member and func name, cannot do the same for ID/Description, will fix in a later version after we remove the public members.

No need for deprecation, were added in this version.

Signed-off-by: Bogdan <[email protected]>
@codecov
Copy link

codecov bot commented Nov 7, 2022

Codecov Report

Base: 91.64% // Head: 91.65% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (86637d3) compared to base (6b27644).
Patch coverage: 50.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6485      +/-   ##
==========================================
+ Coverage   91.64%   91.65%   +0.01%     
==========================================
  Files         238      240       +2     
  Lines       13811    13817       +6     
==========================================
+ Hits        12657    12664       +7     
+ Misses        924      923       -1     
  Partials      230      230              
Impacted Files Coverage Δ
service/zpages.go 64.00% <0.00%> (ø)
featuregate/gates.go 100.00% <100.00%> (ø)
service/host.go 100.00% <0.00%> (ø)
service/config.go 100.00% <0.00%> (ø)
component/exporter.go 100.00% <0.00%> (ø)
component/receiver.go 100.00% <0.00%> (ø)
component/component.go 100.00% <0.00%> (ø)
component/extension.go 100.00% <0.00%> (ø)
component/factories.go 100.00% <0.00%> (ø)
component/processor.go 100.00% <0.00%> (ø)
... and 49 more

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.

@bogdandrutu bogdandrutu added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Nov 7, 2022
@bogdandrutu
Copy link
Member Author

/cc @MovieStoreGuy

Copy link
Contributor

@MovieStoreGuy MovieStoreGuy left a comment

Choose a reason for hiding this comment

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

Makes sense to me :)

@bogdandrutu bogdandrutu merged commit eb4498c into open-telemetry:main Nov 8, 2022
@bogdandrutu bogdandrutu deleted the rmget branch November 8, 2022 15:48
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