-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Conversation
Codecov ReportAttention: Patch coverage is
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. |
8d188b2
to
96623b0
Compare
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
96623b0
to
7f55318
Compare
Changes interface to get closer to #11657 Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
status: | ||
class: pkg | ||
stability: | ||
development: [metrics] |
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.
Are traces & logs in scope too?
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.
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.
…metry#11659) Changes interface to get closer to open-telemetry#11657 Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
) Update open-telemetry#11238 No changelog since this is still in progress. Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
@bogdandrutu May I ask what would be the next step of this PR? Are we planning to remove scraperhelper/scrapercontroller as well? |
…metry#11659) Changes interface to get closer to open-telemetry#11657 Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
) Update open-telemetry#11238 No changelog since this is still in progress. Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Update #11238
No changelog since this is still in progress.