Document the behavior when OTEL_BSP_MAX_EXPORT_BATCH_SIZE is larger than OTEL_BSP_MAX_QUEUE_SIZE #2267
Labels
area:configuration
Related to configuring the SDK
area:sdk
Related to the SDK
spec:trace
Related to the specification/trace directory
What are you trying to achieve and expect to see?
In the specification, it's noted that
OTEL_BSP_MAX_EXPORT_BATCH_SIZE
must be less than or equal toOTEL_BSP_MAX_QUEUE_SIZE
. However, customers may misconfigure in the application.Document the behavior what applications should do when
OTEL_BSP_MAX_EXPORT_BATCH_SIZE
is larger thanOTEL_BSP_MAX_QUEUE_SIZE
Related PR: open-telemetry/opentelemetry-go#2515
The text was updated successfully, but these errors were encountered: