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

Add a new scraper package to replace scraperhelper #11657

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

bogdandrutu
Copy link
Member

Update #11238

No changelog since this is still in progress.

@bogdandrutu bogdandrutu added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Nov 12, 2024
@bogdandrutu bogdandrutu requested a review from a team as a code owner November 12, 2024 20:13
@bogdandrutu bogdandrutu requested a review from songy23 November 12, 2024 20:13
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

Attention: Patch coverage is 98.43750% with 1 line in your changes missing coverage. Please review.

Project coverage is 91.60%. Comparing base (7b31c96) to head (7f55318).
Report is 18 commits behind head on main.

Files with missing lines Patch % Lines
scraper/factory.go 97.05% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11657      +/-   ##
==========================================
+ Coverage   91.58%   91.60%   +0.01%     
==========================================
  Files         440      443       +3     
  Lines       23768    23818      +50     
==========================================
+ Hits        21769    21818      +49     
- Misses       1627     1628       +1     
  Partials      372      372              

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

@bogdandrutu bogdandrutu force-pushed the new-scraper branch 3 times, most recently from 8d188b2 to 96623b0 Compare November 12, 2024 21:09
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
bogdandrutu added a commit that referenced this pull request Nov 13, 2024
Changes interface to get closer to
#11657

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
status:
class: pkg
stability:
development: [metrics]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are traces & logs in scope too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we will extend to logs at one point, see request #11238 (comment).

For me the first part is to move what we have (only metrics) to this new framework proposed in the issue, then we can extend to logs.

@songy23 songy23 requested a review from dmitryax November 13, 2024 18:38
@bogdandrutu bogdandrutu merged commit 7ce4842 into open-telemetry:main Nov 14, 2024
49 checks passed
@bogdandrutu bogdandrutu deleted the new-scraper branch November 14, 2024 16:12
@github-actions github-actions bot added this to the next release milestone Nov 14, 2024
djaglowski pushed a commit to djaglowski/opentelemetry-collector that referenced this pull request Nov 21, 2024
…metry#11659)

Changes interface to get closer to
open-telemetry#11657

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
djaglowski pushed a commit to djaglowski/opentelemetry-collector that referenced this pull request Nov 21, 2024
)

Update
open-telemetry#11238

No changelog since this is still in progress.

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
@sincejune
Copy link
Contributor

@bogdandrutu May I ask what would be the next step of this PR? Are we planning to remove scraperhelper/scrapercontroller as well?

HongChenTW pushed a commit to HongChenTW/opentelemetry-collector that referenced this pull request Dec 19, 2024
…metry#11659)

Changes interface to get closer to
open-telemetry#11657

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
HongChenTW pushed a commit to HongChenTW/opentelemetry-collector that referenced this pull request Dec 19, 2024
)

Update
open-telemetry#11238

No changelog since this is still in progress.

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants