Closed
Description
Component(s)
exporter/exporterhelper
What happened?
Describe the bug
When creating some configuration where queue_size
is smaller than .batch.min_size
the collector doesn't complain. But later everything fails because the collector cannot keep the batches in the queue.
Steps to reproduce
Create an config where queue_size
is smaller than .batch.min_size
.
What did you expect to see?
A validation error.
Collector version
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
No response