Skip to content

Commit 7b38450

Browse files
Add OTLP HTTP MetricExporter max_export_batch_size (#4576)
1 parent 57821e9 commit 7b38450

File tree

3 files changed

+1267
-13
lines changed

3 files changed

+1267
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
([#4934](https://github.com/open-telemetry/opentelemetry-python/pull/4934))
3535
- `opentelemetry-proto-json`, `opentelemetry-codegen-json`: Implement custom protoc plugin to generate OTLP JSON class definitions
3636
([#4910](https://github.com/open-telemetry/opentelemetry-python/pull/4910))
37+
- Add configurable `max_export_batch_size` to OTLP HTTP metrics exporter
38+
([#4576](https://github.com/open-telemetry/opentelemetry-python/pull/4576))
3739

3840
## Version 1.40.0/0.61b0 (2026-03-04)
3941

@@ -194,7 +196,6 @@ the OTLP `LogHandler` remains attached to the root logger. Fix a bug that
194196
can cause a deadlock to occur over `logging._lock` in some cases ([#4636](https://github.com/open-telemetry/opentelemetry-python/pull/4636)).
195197
- otlp-http-exporter: set default value for param `timeout_sec` in `_export` method
196198
([#4691](https://github.com/open-telemetry/opentelemetry-python/pull/4691))
197-
198199
- Update OTLP gRPC/HTTP exporters: calling shutdown will now interrupt exporters that are sleeping
199200
before a retry attempt, and cause them to return failure immediately.
200201
Update BatchSpan/LogRecordProcessors: shutdown will now complete after 30 seconds of trying to finish

0 commit comments

Comments
 (0)