Skip to content

Commit 21041ec

Browse files
committed
add changelog entry for logger provider declarative config (#4990)
Assisted-by: Claude Sonnet 4.6
1 parent e809837 commit 21041ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
## Unreleased
1414

15+
- `opentelemetry-sdk`: Add `create_logger_provider`/`configure_logger_provider` to declarative file configuration, enabling LoggerProvider instantiation from config files without reading env vars
16+
([#4990](https://github.com/open-telemetry/opentelemetry-python/pull/4990))
1517
- `opentelemetry-sdk`: Add `create_resource` and `create_propagator`/`configure_propagator` to declarative file configuration, enabling Resource and propagator instantiation from config files without reading env vars
1618
([#4979](https://github.com/open-telemetry/opentelemetry-python/pull/4979))
1719
- `opentelemetry-sdk`: Add file configuration support with YAML/JSON loading, environment variable substitution, and schema validation against the vendored OTel config JSON schema

0 commit comments

Comments
 (0)