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

[chore] move receiver/scrapererror to scraper/scrapererror #11733

Merged

Conversation

jackgopack4
Copy link
Contributor

Description

Migrates existing scrapererror code to new scraper package. Sets aliases for receiver/scrapererror so that dependent code in contrib and elsewhere can be updated

Link to tracking issue

Relates to #11003

Testing

included unit/integration tests should suffice

Documentation

changelog yaml

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11733   +/-   ##
=======================================
  Coverage   91.45%   91.45%           
=======================================
  Files         447      447           
  Lines       23721    23721           
=======================================
  Hits        21694    21694           
  Misses       1653     1653           
  Partials      374      374           

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

@jackgopack4 jackgopack4 marked this pull request as ready for review November 25, 2024 17:35
@jackgopack4 jackgopack4 requested a review from a team as a code owner November 25, 2024 17:35
@jackgopack4
Copy link
Contributor Author

@bogdandrutu @mx-psi if you want to take a look, thank you

@mx-psi mx-psi requested review from bogdandrutu and mx-psi November 26, 2024 09:02
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.

Left some comments, can you also fix the merge conflicts?

.chloggen/rm-dep-receiver-scrapererror.yaml Outdated Show resolved Hide resolved
.chloggen/rm-dep-receiver-scrapererror.yaml Outdated Show resolved Hide resolved
receiver/scrapererror/aliases.go Outdated Show resolved Hide resolved
@jackgopack4 jackgopack4 requested a review from mx-psi November 27, 2024 14:56
@mx-psi
Copy link
Member

mx-psi commented Nov 27, 2024

@bogdandrutu will merge this next Tuesday unless you comment

@bogdandrutu bogdandrutu merged commit 32abecb into open-telemetry:main Dec 2, 2024
50 checks passed
@github-actions github-actions bot added this to the next release milestone Dec 2, 2024
HongChenTW pushed a commit to HongChenTW/opentelemetry-collector that referenced this pull request Dec 19, 2024
…metry#11733)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Migrates existing scrapererror code to new scraper package. Sets aliases
for receiver/scrapererror so that dependent code in contrib and
elsewhere can be updated
<!-- Issue number if applicable -->
#### Link to tracking issue
Relates to open-telemetry#11003

<!--Describe what testing was performed and which tests were added.-->
#### Testing
included unit/integration tests should suffice
<!--Describe the documentation added.-->
#### Documentation
changelog yaml
<!--Please delete paragraphs that you did not use before submitting.-->

---------

Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
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.

3 participants