-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[client] add new module go.opentelemetry.io/collector/client
#9805
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
Conversation
08d91aa
to
0f67eaa
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9805 +/- ##
=======================================
Coverage 92.39% 92.39%
=======================================
Files 403 403
Lines 18739 18739
=======================================
Hits 17313 17313
Misses 1066 1066
Partials 360 360 ☔ View full report in Codecov by Sentry. |
Please consider a big refactor (including renaming probably) for this package before marking stable. |
Thanks Bogdan, captured this feedback in #9818 |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
aa73da9
to
fc5cd5f
Compare
There might be a few other ways to go about this ; closing for now this PR and let's maybe work on a refactoring approach. |
f7630b9
to
c971a37
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.
The Makefile's check-contrib
and restore-contrib
need updated with the new module.
go.opentelemetry.io/collector/client
go.opentelemetry.io/collector/conn
go.opentelemetry.io/collector/conn
go.opentelemetry.io/collector/client
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 am in favor of client
as a name. It's not perfect, but I don't have a better alternative in mind, and we have had no user complaints about it ever
@atoulme can you fix the merge conflict? @open-telemetry/collector-approvers I will merge this on Friday if nobody blocks before then |
Co-authored-by: Yang Song <[email protected]>
Description:
Create a new go module
go.opentelemetry.io/collector/client
Link to tracking Issue:
Fixes #9804