-
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
[chore] move receiver/scrapererror to scraper/scrapererror #11733
[chore] move receiver/scrapererror to scraper/scrapererror #11733
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
@bogdandrutu @mx-psi if you want to take a look, thank you |
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.
Left some comments, can you also fix the merge conflicts?
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
@bogdandrutu will merge this next Tuesday unless you comment |
…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>
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