-
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
Add connectors to otelcol config #6964
Add connectors to otelcol config #6964
Conversation
Codecov ReportBase: 90.65% // Head: 90.63% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6964 +/- ##
==========================================
- Coverage 90.65% 90.63% -0.02%
==========================================
Files 241 241
Lines 14518 14529 +11
==========================================
+ Hits 13161 13169 +8
- Misses 1089 1091 +2
- Partials 268 269 +1
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. |
60535e7
to
6e594ef
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.
Change looks good, needs a rebase
6e594ef
to
e9a247a
Compare
e9a247a
to
e12df8f
Compare
@codeboten, thanks for the review. Rebased. |
Part of #6700
This PR adds connectors to the
otelcol.Config
and updates associated config provider and unmarshaler.