[CONFIGURATION] deprecate builder cmake components - #4428
Merged
marcalff merged 4 commits intoAug 15, 2026
Conversation
3 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4428 +/- ##
=======================================
Coverage 82.59% 82.59%
=======================================
Files 511 511
Lines 20039 20039
=======================================
Hits 16550 16550
Misses 3489 3489 🚀 New features to boost your workflow:
|
marcalff
approved these changes
Aug 14, 2026
marcalff
left a comment
Member
There was a problem hiding this comment.
LGTM.
The original motivation for separate libraries was due to the dependency on yaml.
Now that the core configuration code is maintream and separated from yaml, this simplification makes sense.
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes # (issue)
The core configuration libraries with the builder interfaces are now installed unconditionally with the SDK. The exporter builder targets have their own CMake component but do not bring in any external dependencies.
This PR merges the separate builder components into the exporter component they are associated with. The CMake targets for the exporters and builders installed as a single CMake component. This makes it a bit easier for users (if CMake finds the exporter component it imports the exporter target and the builder target).
The following CMake components are deprecated and merged:
exporters_ostream_buildermerged intoexporters_ostreamexporters_otlp_builder_utilsmerged intoexporters_otlp_commonexporters_otlp_file_buildermerged intoexporters_otlp_fileexporters_otlp_grpc_buildermerged intoexporters_otlp_grpcexporters_otlp_http_buildermerged intoexporters_otlp_httpexporters_prometheus_buildermerged intoexporters_prometheusChanges
For significant contributions please make sure you have completed the following items:
CHANGELOG.mdupdated for non-trivial changes