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

Move processor builders into internal service #10782

Merged
merged 16 commits into from
Aug 22, 2024

Conversation

dmathieu
Copy link
Member

@dmathieu dmathieu commented Aug 1, 2024

Description

This moves the processor builder out of the processor package, and into service/internal/builders.
There's no real reason for this struct to be public (folks shouldn't call it), and making it private will allow us to add profiling support to it.

Link to tracking issue

#10375 (review)

Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.89%. Comparing base (7cd1579) to head (d017c13).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10782      +/-   ##
==========================================
+ Coverage   91.87%   91.89%   +0.02%     
==========================================
  Files         410      411       +1     
  Lines       19268    19316      +48     
==========================================
+ Hits        17702    17750      +48     
  Misses       1217     1217              
  Partials      349      349              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dmathieu dmathieu force-pushed the move-processor-builder branch 2 times, most recently from fa17244 to 7b8b1c5 Compare August 1, 2024 13:02
@mx-psi mx-psi added this to the Profiling support milestone Aug 12, 2024
@dmathieu dmathieu marked this pull request as ready for review August 21, 2024 15:04
@dmathieu dmathieu requested review from a team and songy23 August 21, 2024 15:04
@songy23 songy23 requested a review from mx-psi August 21, 2024 15:14
@mx-psi
Copy link
Member

mx-psi commented Aug 22, 2024

Last one!

@mx-psi mx-psi merged commit 18d5c02 into open-telemetry:main Aug 22, 2024
47 checks passed
mx-psi pushed a commit that referenced this pull request Aug 30, 2024
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

There builders were deprecated in 0.108.0, so they can be removed now.

PRs that deprecated the builders:
* #10781
* #10782
* #10783
* #10784
* #10785

cc @mx-psi
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.

2 participants