-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Update OTel-Arrow exporter to use QueueBatch settings #40211
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
Conversation
Let's assume I can figure out the problem with the lifecycle tests introduced by switching defaults here, however, this test failure confuses me:
Context: the OTel-Arrow exporter documentation has always referred to the |
If I am looking at the right test this is not comparing a parsed default to the original default: it's comparing the result of the
because of these changes added on the PR opentelemetry-collector-contrib/exporter/otelarrowexporter/factory.go Lines 43 to 51 in 008daaa
I think the test you are thinking about is
|
I was looking at the wrong test. Sorry, that was obvious! |
I ran into trouble with |
…tor-contrib into jmacd/otelarrowexp
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.
looks fine to me, just one thing about the README.md change
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.
LGTM
Description
Following the completion of open-telemetry/opentelemetry-collector#8122.
Link to tracking issue
open-telemetry/otel-arrow#240
Testing
✅
Documentation
✅