opentelemetry-python
opentelemetry-python copied to clipboard
Expose max_export_batch_size as environment variable
AFAICT max_export_batch_size introduced in https://github.com/open-telemetry/opentelemetry-python/pull/2809 cannot be set as an environment variable.
Not sure if we should add support for this environment variable, it seems to me like the spec only mentions OTEL_BSP_MAX_EXPORT_BATCH_SIZE and OTEL_BLRP_MAX_EXPORT_BATCH_SIZE.