Skip to content

Commit 62132ef

Browse files
feat: added SynchronousExportingMetricReader
1 parent e9127fc commit 62132ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Add SynchronousExportingMetricReader for on-demand batch metric export without background threads
11+
([#XXXX](https://github.com/open-telemetry/opentelemetry-python/pull/XXXX))
12+
1013
## Version 1.32.0/0.53b0 (2025-04-10)
1114

1215
- Fix user agent in OTLP HTTP metrics exporter
@@ -1730,7 +1733,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17301733
### Added
17311734

17321735
- Initial release api/sdk
1733-
17341736
- Use Attribute rather than boundattribute in logrecord
17351737
([#3567](https://github.com/open-telemetry/opentelemetry-python/pull/3567))
17361738
- Fix flush error when no LoggerProvider configured for LoggingHandler
@@ -1787,3 +1789,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17871789
([#3778](https://github.com/open-telemetry/opentelemetry-python/pull/3778))
17881790
- Fix license field in pyproject.toml files
17891791
([#3803](https://github.com/open-telemetry/opentelemetry-python/pull/3803))
1792+

0 commit comments

Comments
 (0)