Conversation
…on test, and fixes
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4240 +/- ##
=======================================
Coverage 82.58% 82.58%
=======================================
Files 511 511
Lines 20039 20039
=======================================
Hits 16548 16548
Misses 3491 3491 🚀 New features to boost your workflow:
|
…scale, test crash due to setting global providers to null, missing targets and files in the fetch content test
dbarker
commented
Jul 11, 2026
3 tasks
…sdk structs from config structs in the builder
…ndpoint. revert change to aggregation_config.h
…ffered data. update install.md to note configuration targets are experimental
…e their targets into the respective component
Member
Author
|
This PR will be broken up into multiple PRs (will edit with PR links).
|
…the cmake scripts
3 tasks
3 tasks
Member
Author
|
The last PR associated with this draft has been created. Closing this. |
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 #4134 and follow up from ##3655 (review)
Break out the programmatic configuration to its own library so it can be used without the ryml dependency.
[edit - crossed out items that were broken out to separate PRs]
Changes
Creates the programmatic configuration target (configuration_core)Adds configuration_core to the CMake install testsAdds programmatic_configuration_test.ccFix issues found with the new testLoggerConfigurator supporting min severity and trace based fieldsInitialize members of config classes to the spec default constants.Set the default parent based root sampler to always_onSet the default sampler to parent based always onSet all batch processor options that the user configuredHandle default metric stream aggregationFix thecppcoreguidelines-pro-type-member-initwarnings in configuration and sdk files used by the tests.Update INSTALL doc for the configuration targetsFor significant contributions please make sure you have completed the following items:
CHANGELOG.mdupdated for non-trivial changes