refactor(configuration): improvements on package#6101
Merged
maryliag merged 10 commits intoopen-telemetry:mainfrom Nov 12, 2025
Merged
refactor(configuration): improvements on package#6101maryliag merged 10 commits intoopen-telemetry:mainfrom
maryliag merged 10 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6101 +/- ##
=======================================
Coverage 95.16% 95.16%
=======================================
Files 316 316
Lines 9220 9220
Branches 2080 2080
=======================================
Hits 8774 8774
Misses 446 446
🚀 New features to boost your workflow:
|
trentm
reviewed
Nov 12, 2025
trentm
approved these changes
Nov 12, 2025
Contributor
trentm
left a comment
There was a problem hiding this comment.
Could call this a "refactor" if you like, rather that "feat", but all good either way.
vitorvasc
added a commit
to open-telemetry/opentelemetry.io
that referenced
this pull request
Nov 19, 2025
…en-telemetry/opentelemetry-js#6101) Signed-off-by: Vitor Vasconcellos <vitor.vasconcellos@mercadolivre.com>
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.
Changes to make the package more compatible with specs:
ConfigProvider->ConfigFactory(and the respective env and file fromconfigProviderto alsoconfigFactorygetInstrumentationConfig->getConfigModel(since it returns the entire model, not just the instrumentation part)ConfigurationModeland doesn't rename it to justConfigurationon its exportThis PR also renames the package from
opentelemetry-configurationtoconfiguration