-
Notifications
You must be signed in to change notification settings - Fork 2.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
Change componets config tests to use confmaptest
#13224
Comments
@bogdandrutu can I take over |
Go for it, see the new PR I merge, I feel that model is easier to use than what I did in core. |
…t component Updates open-telemetry#13224 - attributesprocessor - cumulativetodeltaprocessor - deltatorateprocessor - filterprocessor - groupbyattrsprocessor - groupbytraceprocessor
…at component. Updates open-telemetry#13224 - attributesprocessor - cumulativetodeltaprocessor - deltatorateprocessor - filterprocessor - groupbyattrsprocessor - groupbytraceprocessor
…at component. (part 1) (#13298) * [chore] change processor config tests to unmarshal config only for that component. Updates #13224 - attributesprocessor - cumulativetodeltaprocessor - deltatorateprocessor - filterprocessor - groupbyattrsprocessor - groupbytraceprocessor * [chore] Address comments. * [chore] run "make gotidy" build-and-test / checks (pull_request) Failing after 3m — checks Following instructions: ``` go.mod/go.sum deps changes detected, please run "make gotidy" and commit the changes in this PR. ```
@kovrus do you want to do the exporters as well? |
@bogdandrutu can do that sometime this week. BTW processors are not finished yet. So I'll probably finish them first. |
receivers left:
edit: #14704 |
@kovrus thanks for the progress. Let me know if there is anything I can do to help. |
@bogdandrutu We should have kept this issue open. There is some work that still needed to be done on exporters. PRs to review: We still have to work on the following exporters: (I can wrap it up sometime on the next week)
|
@bogdandrutu these two PRs should be merged to close this issue. |
@mx-psi can you please close this issue? |
An example from core can be found here open-telemetry/opentelemetry-collector#5895
The text was updated successfully, but these errors were encountered: