feat(opentelemetry-sdk-node): set log provider for experimental start#6407
Open
maryliag wants to merge 10 commits intoopen-telemetry:mainfrom
Open
feat(opentelemetry-sdk-node): set log provider for experimental start#6407maryliag wants to merge 10 commits intoopen-telemetry:mainfrom
maryliag wants to merge 10 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6407 +/- ##
==========================================
+ Coverage 95.60% 95.64% +0.04%
==========================================
Files 361 362 +1
Lines 11624 11736 +112
Branches 2696 2733 +37
==========================================
+ Hits 11113 11225 +112
Misses 511 511
🚀 New features to boost your workflow:
|
cjihrig
reviewed
Feb 13, 2026
experimental/packages/opentelemetry-sdk-node/test/start.test.ts
Outdated
Show resolved
Hide resolved
pichlermarc
approved these changes
Feb 16, 2026
Member
pichlermarc
left a comment
There was a problem hiding this comment.
Overall looks good, just a few smaller comments. Though I still think that we should do traces, metrics first since they're stable - then logs which is not stable yet (hoping that this won't matter though since I hope we can get logs out the door soon :))
experimental/packages/opentelemetry-sdk-node/test/start.test.ts
Outdated
Show resolved
Hide resolved
pichlermarc
approved these changes
Feb 18, 2026
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 #5822
I copied all relevant tests from the original SDK start, to make sure the behaviour is the same