-
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
Deprecate consumerprofiles module in favor of xconsumer #11779
Deprecate consumerprofiles module in favor of xconsumer #11779
Conversation
23958f7
to
721feee
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11779 +/- ##
=======================================
Coverage 91.59% 91.59%
=======================================
Files 448 449 +1
Lines 23759 23761 +2
=======================================
+ Hits 21761 21763 +2
Misses 1623 1623
Partials 375 375 ☔ View full report in Codecov by Sentry. |
2e66074
to
17d1b76
Compare
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.
This looks good to me, but given other PRs like #11769 and that we have had this discussion before, should we first open a small PR on the coding guidelines stating what naming convention we use?
I personally like an exp
suffix
Waiting for the vote results before merging |
17d1b76
to
ab29c2a
Compare
Updated PR according to the latest guidelines #11836 |
ad07225
to
81e22e5
Compare
81e22e5
to
65da351
Compare
This comment was marked as resolved.
This comment was marked as resolved.
65da351
to
06063af
Compare
ff91ccd
to
6bc7547
Compare
To allow adding more experimental data types. First step towards open-telemetry#11778 Deprecate consumerprofiles module in favor of xconsumer
6bc7547
to
70ec24c
Compare
#### Description `make update-otel` failed in contrib due to the new packages added in #11779. Pin a commit version for them in go mod to see if it unblocks contrib
To allow adding more experimental data types. First step towards #11778