We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615311e commit 8766117Copy full SHA for 8766117
CHANGELOG.md
@@ -35,6 +35,15 @@ Increment the:
35
* [BUILD] Upgrade to opentelemetry-proto 1.8.0
36
[#3730](https://github.com/open-telemetry/opentelemetry-cpp/pull/3730)
37
38
+New Features:
39
+
40
+* [CONFIGURATION] Implement declarative configuration (config.yaml)
41
+ [#2518](https://github.com/open-telemetry/opentelemetry-cpp/pull/2518)
42
43
+ * Configuration for opentelemetry-cpp can now be done using a config.yaml
44
+ file, instead of using environment variables.
45
+ * See [opentelemetry-configuration](https://github.com/open-telemetry/opentelemetry-configuration)
46
47
## [1.23 2025-09-25]
48
49
* [CodeHealth] Fix clang-tidy warnings part 6
0 commit comments