Skip to content
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

[internal/sharedcomponent] extract sharedcomponent into another package #11542

Merged
merged 8 commits into from
Oct 28, 2024

Conversation

VihasMakwana
Copy link
Contributor

@VihasMakwana VihasMakwana commented Oct 27, 2024

Resolves #11442

Also updates genpdata command, as the root module doesn't depend on go.opentelemetry.io/collector/pdata anymore.

@VihasMakwana VihasMakwana requested a review from a team as a code owner October 27, 2024 11:13
@VihasMakwana VihasMakwana force-pushed the sharedcomponent-module branch from f7fde88 to a1cb706 Compare October 27, 2024 11:41
@VihasMakwana VihasMakwana force-pushed the sharedcomponent-module branch from a1cb706 to 12f0dd7 Compare October 27, 2024 11:41
Copy link

codecov bot commented Oct 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.45%. Comparing base (7f6dc01) to head (b583cc4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11542   +/-   ##
=======================================
  Coverage   91.45%   91.45%           
=======================================
  Files         438      438           
  Lines       23827    23827           
=======================================
  Hits        21791    21791           
  Misses       1658     1658           
  Partials      378      378           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bogdandrutu
Copy link
Member

Needs a rebase

@VihasMakwana
Copy link
Contributor Author

@bogdandrutu looks good now. Please take a look as genpdata was updated.

@bogdandrutu bogdandrutu merged commit 78036de into open-telemetry:main Oct 28, 2024
49 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 28, 2024
djaglowski pushed a commit to djaglowski/opentelemetry-collector that referenced this pull request Nov 21, 2024
…ge (open-telemetry#11542)

Resolves
open-telemetry#11442

Also updates `genpdata` command, as the root module doesn't depend on
`go.opentelemetry.io/collector/pdata` anymore.
HongChenTW pushed a commit to HongChenTW/opentelemetry-collector that referenced this pull request Dec 19, 2024
…ge (open-telemetry#11542)

Resolves
open-telemetry#11442

Also updates `genpdata` command, as the root module doesn't depend on
`go.opentelemetry.io/collector/pdata` anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract internal/sharedcomponent as a separate go module
2 participants