Skip to content
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

[chore] Fix OTel Arrow Exporter test with new queue batcher enabled #37476

Conversation

evan-bradley
Copy link
Contributor

@evan-bradley evan-bradley commented Jan 24, 2025

Fixes issues that arise from the recent promotion of exporter.UsePullingBasedExporterQueueBatcher from alpha to beta.

Needed for #37447.

@evan-bradley evan-bradley requested review from jmacd and a team as code owners January 24, 2025 14:35
@evan-bradley evan-bradley requested review from MovieStoreGuy and removed request for a team January 24, 2025 14:35
Comment on lines +935 to +936
cfg.Arrow.NumStreams = 1
cfg.Arrow.MaxStreamLifetime = 100 * time.Second
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting these directly rather than through a new struct keeps the default values for other fields.

@codeboten codeboten merged commit c37b272 into open-telemetry:opentelemetrybot/update-otel-1737650898 Jan 24, 2025
148 of 157 checks passed
@github-actions github-actions bot added this to the next release milestone Jan 24, 2025
@evan-bradley evan-bradley changed the title [chore][update-otel] Tidy after generating the code (#37440) [chore] Fix OTel Arrow Exporter test with new queue batcher enabled Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants