Skip to content

feat(configuration): set MeterProvider on sdk start#6463

Merged
pichlermarc merged 10 commits intoopen-telemetry:mainfrom
maryliag:dec-metric-provider
Mar 18, 2026
Merged

feat(configuration): set MeterProvider on sdk start#6463
pichlermarc merged 10 commits intoopen-telemetry:mainfrom
maryliag:dec-metric-provider

Conversation

@maryliag
Copy link
Contributor

@maryliag maryliag commented Mar 3, 2026

Fixes #5821

Add support for MeterProvider on new experimental sdk start

@codecov
Copy link

codecov bot commented Mar 9, 2026

Codecov Report

❌ Patch coverage is 96.77419% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.75%. Comparing base (2d361ec) to head (45049ee).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
...ental/packages/opentelemetry-sdk-node/src/utils.ts 96.46% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6463      +/-   ##
==========================================
+ Coverage   95.74%   95.75%   +0.01%     
==========================================
  Files         364      364              
  Lines       11871    11994     +123     
  Branches     2789     2845      +56     
==========================================
+ Hits        11366    11485     +119     
- Misses        505      509       +4     
Files with missing lines Coverage Δ
...ental/packages/opentelemetry-sdk-node/src/start.ts 100.00% <100.00%> (ø)
...ental/packages/opentelemetry-sdk-node/src/utils.ts 96.25% <96.46%> (+0.06%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for working on this! 🙂

@pichlermarc pichlermarc added this pull request to the merge queue Mar 18, 2026
Merged via the queue into open-telemetry:main with commit 142c24e Mar 18, 2026
27 checks passed
@maryliag maryliag deleted the dec-metric-provider branch March 18, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The Create operation returns MeterProvider

2 participants