Skip to content

[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

Merged
merged 4 commits into from
Jul 26, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Mar 21, 2024

Description:
Create a new go module go.opentelemetry.io/collector/client

Link to tracking Issue:
Fixes #9804

@atoulme atoulme requested review from a team and Aneurysm9 March 21, 2024 06:40
@atoulme atoulme force-pushed the client_module branch 2 times, most recently from 08d91aa to 0f67eaa Compare March 21, 2024 06:49
Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.39%. Comparing base (21c3f36) to head (f55ac06).

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.
📢 Have feedback on the report? Share it here.

@bogdandrutu
Copy link
Member

Please consider a big refactor (including renaming probably) for this package before marking stable.

@atoulme
Copy link
Contributor Author

atoulme commented Mar 22, 2024

Thanks Bogdan, captured this feedback in #9818

Copy link
Contributor

github-actions bot commented Apr 9, 2024

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added Stale and removed Stale labels Apr 9, 2024
@atoulme atoulme force-pushed the client_module branch 6 times, most recently from aa73da9 to fc5cd5f Compare April 21, 2024 04:29
@atoulme
Copy link
Contributor Author

atoulme commented May 3, 2024

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.

@atoulme atoulme force-pushed the client_module branch 5 times, most recently from f7630b9 to c971a37 Compare July 19, 2024 08:07
Copy link
Member

@TylerHelmuth TylerHelmuth left a 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.

@atoulme atoulme changed the title [client] add new module go.opentelemetry.io/collector/client [client] add new module go.opentelemetry.io/collector/conn Jul 20, 2024
@atoulme atoulme changed the title [client] add new module go.opentelemetry.io/collector/conn [client] add new module go.opentelemetry.io/collector/client Jul 20, 2024
Copy link
Member

@mx-psi mx-psi left a 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

@mx-psi mx-psi added the release:blocker The issue must be resolved before cutting the next release label Jul 23, 2024
@mx-psi
Copy link
Member

mx-psi commented Jul 23, 2024

@atoulme can you fix the merge conflict?

@open-telemetry/collector-approvers I will merge this on Friday if nobody blocks before then

@mx-psi mx-psi merged commit 7ef3517 into open-telemetry:main Jul 26, 2024
67 checks passed
@github-actions github-actions bot added this to the next release milestone Jul 26, 2024
@atoulme atoulme deleted the client_module branch July 27, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:blocker The issue must be resolved before cutting the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move client to a go module
8 participants