Skip to content

Commit 930b694

Browse files
authored
[CONFIGURATION] Implement declarative configuration (config.yaml) (#2518)
1 parent 0249b02 commit 930b694

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Increment the:
3232
* [BUILD] Upgrade to opentelemetry-proto 1.8.0
3333
[#3730](https://github.com/open-telemetry/opentelemetry-cpp/pull/3730)
3434

35+
New Features:
36+
37+
* [CONFIGURATION] Implement declarative configuration (config.yaml)
38+
[#2518](https://github.com/open-telemetry/opentelemetry-cpp/pull/2518)
39+
40+
* Configuration for opentelemetry-cpp can now be done using a config.yaml
41+
file, instead of using environment variables.
42+
* See [opentelemetry-configuration](https://github.com/open-telemetry/opentelemetry-configuration)
43+
3544
## [1.23 2025-09-25]
3645

3746
* [CodeHealth] Fix clang-tidy warnings part 6

0 commit comments

Comments
 (0)