-
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
Move service.[Collector|NewSvcHandler|CollectorSettings|State|NewCommand] to collector package #6608
Conversation
Codecov ReportBase: 90.87% // Head: 90.89% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6608 +/- ##
==========================================
+ Coverage 90.87% 90.89% +0.02%
==========================================
Files 244 244
Lines 14165 14161 -4
==========================================
Hits 12872 12872
+ Misses 1043 1039 -4
Partials 250 250
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
a9d4c0b
to
fcedaef
Compare
fcedaef
to
782818a
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.
Please rebase 👍🏻
becf08f
to
6f4ef86
Compare
This is part of #5564, right? Can we link it in the description? |
6f4ef86
to
0e4a121
Compare
* Instrument obsreport.Processor * add processor promchecker tests * add chloggen * run make genpdata and fix linter errors * address review feedback and retest * pass cfg into createOtelMetrics
0e4a121
to
6d9b1c0
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.
Just a couple of comments, otherwise looks good
Co-authored-by: Alex Boten <alex@boten.ca>
Co-authored-by: Alex Boten <alex@boten.ca>
…and] to collector package (open-telemetry#6608) * Instrument obsreport.Processor (open-telemetry#6607) * Instrument obsreport.Processor * add processor promchecker tests * add chloggen * run make genpdata and fix linter errors * address review feedback and retest * pass cfg into createOtelMetrics * Update otelcol/moved.go Co-authored-by: Alex Boten <alex@boten.ca> * Update service/collector.go Co-authored-by: Alex Boten <alex@boten.ca> Co-authored-by: Moh Osman <59479562+moh-osman3@users.noreply.github.com> Co-authored-by: Alex Boten <alex@boten.ca>
…and] to collector package (open-telemetry#6608) * Instrument obsreport.Processor (open-telemetry#6607) * Instrument obsreport.Processor * add processor promchecker tests * add chloggen * run make genpdata and fix linter errors * address review feedback and retest * pass cfg into createOtelMetrics * Update otelcol/moved.go Co-authored-by: Alex Boten <alex@boten.ca> * Update service/collector.go Co-authored-by: Alex Boten <alex@boten.ca> Co-authored-by: Moh Osman <59479562+moh-osman3@users.noreply.github.com> Co-authored-by: Alex Boten <alex@boten.ca>
Updates #5564