-
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
[component] Remove deprecated DataType #11253
[component] Remove deprecated DataType #11253
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11253 +/- ##
==========================================
- Coverage 91.56% 91.53% -0.04%
==========================================
Files 424 430 +6
Lines 20242 20240 -2
==========================================
- Hits 18535 18526 -9
- Misses 1331 1340 +9
+ Partials 376 374 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please make this 6 PRs one per changelog entry? That would be really appreciated for reviewers.
@bogdandrutu please take a look at
I will continue once those are merged. |
Anything left here? |
@bogdandrutu 2 more here:
Once these are merged I'll update this PR to be the removal of |
f6ea698
to
c666a45
Compare
@bogdandrutu this PR is now scoped to only the |
@TylerHelmuth thank you, hope you see the power of small focus PRs :) |
#### Description Continues the switch to use `pipeline.ID` and `pipeline.Signal`. - Removes deprecated code - Continues rename process for function/type changes. #### Link to tracking issue Related to open-telemetry#9429
Description
Continues the switch to use
pipeline.ID
andpipeline.Signal
.Link to tracking issue
Related to #9429