Skip to content
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
24 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
4e84e2d
Merge branch 'main' into otlp-http-metrics-export-max-batch
tammy-baylis-swi Sep 2, 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#4649](https://github.com/open-telemetry/opentelemetry-python/pull/4649))
- proto: relax protobuf version requirement to support v6
([#4620](https://github.com/open-telemetry/opentelemetry-python/pull/4620))
- Add configurable `max_export_batch_size` to OTLP HTTP metrics exporter
([#4576](https://github.com/open-telemetry/opentelemetry-python/pull/4576))

## Version 1.34.0/0.55b0 (2025-06-04)

Expand Down
Loading
Loading