opentelemetry-python icon indicating copy to clipboard operation
opentelemetry-python copied to clipboard

Expose max_export_batch_size as environment variable

Open gsakkis opened this issue 1 year ago • 1 comments

AFAICT max_export_batch_size introduced in https://github.com/open-telemetry/opentelemetry-python/pull/2809 cannot be set as an environment variable.

gsakkis avatar Feb 15 '24 19:02 gsakkis

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.

ocelotl avatar Jun 28 '24 19:06 ocelotl