File tree Expand file tree Collapse file tree 3 files changed +1267
-13
lines changed
exporter/opentelemetry-exporter-otlp-proto-http
src/opentelemetry/exporter/otlp/proto/http/metric_exporter Expand file tree Collapse file tree 3 files changed +1267
-13
lines changed Original file line number Diff line number Diff 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
194196can 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
You can’t perform that action at this time.
0 commit comments