Skip to content

Conversation

@jmacd
Copy link
Contributor

@jmacd jmacd commented Nov 17, 2025

Description

Aims to fix the contrib build following open-telemetry/opentelemetry-collector#14155.
Built using otel-from-tree with the same branch as above.

Comment on lines +71 to +74
queueCfg := func() configoptional.Optional[exporterhelper.QueueBatchConfig] {
queue := exporterhelper.NewDefaultQueueConfig()
queue.NumConsumers = 23
queue.QueueSize = 42
queue.Get().NumConsumers = 23
queue.Get().QueueSize = 42
Copy link
Contributor Author

@jmacd jmacd Nov 17, 2025

Choose a reason for hiding this comment

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

See here. This looks right, to me, but the test is failing in ways that make me uncertain how to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant