Skip to content

Add OTLP HTTP MetricExporter max_export_batch_size #4576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a62f2ee
Add OTLP HTTP MetricExporter max export batch size
tammy-baylis-swi May 9, 2025
d09feba
Changelog
tammy-baylis-swi May 9, 2025
dc86036
Lint
tammy-baylis-swi May 9, 2025
f1ef6c4
HTTP metrics export batching does not retry if big failure
tammy-baylis-swi May 12, 2025
60fd40f
Merge branch 'main' into otlp-http-metrics-export-max-batch
tammy-baylis-swi May 12, 2025
ecd86f7
Merge branch 'main' into otlp-http-metrics-export-max-batch
tammy-baylis-swi May 15, 2025
f791c59
Merge branch 'main' into otlp-http-metrics-export-max-batch
tammy-baylis-swi May 15, 2025
23544a9
Merge branch 'main' into otlp-http-metrics-export-max-batch
tammy-baylis-swi May 20, 2025
3fb7f3a
Merge branch 'main' into otlp-http-metrics-export-max-batch
tammy-baylis-swi May 21, 2025
486c5bc
Merge branch 'main' into otlp-http-metrics-export-max-batch
tammy-baylis-swi May 21, 2025
87f13c1
Merge branch 'main' into otlp-http-metrics-export-max-batch
tammy-baylis-swi May 27, 2025
25e8be9
Merge branch 'main' into otlp-http-metrics-export-max-batch
tammy-baylis-swi Jul 3, 2025
5b4efdd
Fix changelog
tammy-baylis-swi Jul 3, 2025
4dff26d
Merge branch 'main' into otlp-http-metrics-export-max-batch
tammy-baylis-swi Jul 14, 2025
d748c12
Extract helper _export_with_retries
tammy-baylis-swi Jul 14, 2025
aa6c822
Rm unused imports
tammy-baylis-swi Jul 14, 2025
acc1c7c
WhichOneof instead of HasField
tammy-baylis-swi Jul 14, 2025
e7c80e5
Move _get_split_resource_metrics_pb2 out of class
tammy-baylis-swi Jul 14, 2025
fb6043b
Update http metric exporter batch return to be like grpc
tammy-baylis-swi Jul 15, 2025
888861a
Fix tests
tammy-baylis-swi Jul 15, 2025
dbd639f
Actually return last batch result like grpc
tammy-baylis-swi Jul 15, 2025
eed52e3
Mv _split_metrics_data out of class
tammy-baylis-swi Jul 15, 2025
a3913ae
Merge branch 'main' into otlp-http-metrics-export-max-batch
tammy-baylis-swi Aug 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- Add configurable `max_export_batch_size` to OTLP HTTP metrics exporter
([#4576](https://github.com/open-telemetry/opentelemetry-python/pull/4576))

## Version 1.33.0/0.54b0 (2025-05-09)

- Fix intermittent `Connection aborted` error when using otlp/http exporters
Expand Down
Loading
Loading