-
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
Add convenience interface in consumertest that implements all consumers #2878
Conversation
/cc @Aneurysm9 @tigrannajaryan @jrcamp please let me know if you think this would help with usability. |
Codecov Report
@@ Coverage Diff @@
## main #2878 +/- ##
=======================================
Coverage 91.76% 91.77%
=======================================
Files 286 286
Lines 15100 15104 +4
=======================================
+ Hits 13857 13861 +4
Misses 850 850
Partials 393 393
Continue to review full report at Codecov.
|
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.
I think it's an improvement.
Signed-off-by: Bogdan Drutu <[email protected]>
Signed-off-by: Bogdan Drutu <[email protected]>
I wonder whether it's worthwhile to combine the |
@Aneurysm9 is your suggestion to unify only the internal type of also the public API? If it is just the internal we can do it in a followup PR. |
@Aneurysm9 please file an issue with this, I will move forward with the current approach since it is an improvement overall. |
…rs (open-telemetry#2878) * Add convenience interface in consumertest that implements all consumers Signed-off-by: Bogdan Drutu <[email protected]> * Add changelog entry, fix license Signed-off-by: Bogdan Drutu <[email protected]>
…pen-telemetry#2878) Bumps [github.com/alecthomas/participle/v2](https://github.com/alecthomas/participle) from 2.0.0-beta.5 to 2.0.0. - [Release notes](https://github.com/alecthomas/participle/releases) - [Changelog](https://github.com/alecthomas/participle/blob/master/CHANGES.md) - [Commits](alecthomas/participle@v2.0.0-beta.5...v2.0.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/participle/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Bogdan Drutu [email protected]