-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Support logs scraper #12116
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
Support logs scraper #12116
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12116 +/- ##
==========================================
- Coverage 91.73% 91.72% -0.01%
==========================================
Files 463 463
Lines 24819 24862 +43
==========================================
+ Hits 22767 22804 +37
- Misses 1670 1674 +4
- Partials 382 384 +2 ☔ View full report in Codecov by Sentry. |
9cbf911
to
91dfee9
Compare
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.
Do we have examples in which we want the same component to be a metrics scraper and a logs scraper?
Generally components like database receiver can use metrics/logs scraper in the implementation, but I think it's up to the component owners :) |
8cf3541
to
89a3cda
Compare
resolved conflicts in the commit: 62aed12 |
6740a28
Description
This PR added support for logs scraper
Link to tracking issue
Relevant to #11238
Testing
Added
Documentation
Added